File: x.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 (12 lines) | stat: -rw-r--r-- 371 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
{1}% Some example code
{0}
        {1}% Set the address of the program initially to 0x100.
{0}        {5}LOC{7}   {14}#100{1}
{0}
{2}Main{4}    {5}GETA{7}  {13}$255{15},{10}string{1}
{0}
        {5}TRAP{7}  {9}0{15},{16}Fputs{15},{16}StdOut{1}
{0}
        {5}TRAP{7}  {9}0{15},{10}Halt{15},{9}0{1}
{0}
{2}string{4}  {5}BYTE{7}  {12}"Hello, world!"{15},{14}#a{15},{9}0{1}