You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
notepad-plus-plus/scintilla/lexilla/test/examples/mmixal/x.mms

13 lines
218 B

% 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