diff options
Diffstat (limited to 'lexilla/test/examples/mmixal/x.mms')
-rw-r--r-- | lexilla/test/examples/mmixal/x.mms | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/lexilla/test/examples/mmixal/x.mms b/lexilla/test/examples/mmixal/x.mms deleted file mode 100644 index 538d22163..000000000 --- a/lexilla/test/examples/mmixal/x.mms +++ /dev/null @@ -1,12 +0,0 @@ -% Some example code - - % Set the address of the program initially to 0x100. - LOC #100 - -Main GETA $255,string - - TRAP 0,Fputs,StdOut - - TRAP 0,Halt,0 - -string BYTE "Hello, world!",#a,0 |