File: references.mms.styled

package info (click to toggle)
codequery 1.0.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 17,860 kB
  • sloc: cpp: 151,420; xml: 16,576; python: 5,602; ansic: 5,487; makefile: 559; perl: 496; ruby: 209; sql: 194; sh: 106; php: 53; vhdl: 51; erlang: 47; objc: 22; lisp: 18; cobol: 18; modula3: 17; asm: 14; fortran: 12; ml: 11; tcl: 6
file content (16 lines) | stat: -rw-r--r-- 713 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{1}# Bug #2019 Buffer over-read in MMIXAL lexer
{2}label{4}
{0}        {5}PREFIX{7}  {10}Foo:{1}
% Relative reference (uses PREFIX)
{0}        {5}JMP{7} {10}label{1}
%
{0}        {5}JMP{7} {10}@label{1}
% Absolute reference (does not use PREFIX)
{0}        {5}JMP{7} {10}:label{1}
% In register list so treated as register
{0}        {5}JMP{7} {13}:rA{1}
% Too long for buffer so truncated
{0}        {5}JMP{7} {10}l1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890{1}
% Too long for buffer so truncated then treated as absolute
{0}        {5}JMP{7} {10}:l1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890{1}
%