chore: bump scintilla and lexilla version
This commit is contained in:
12
3rdparty/lexilla545/lexilla/test/examples/mmixal/x.mms
vendored
Normal file
12
3rdparty/lexilla545/lexilla/test/examples/mmixal/x.mms
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
% 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
|
Reference in New Issue
Block a user