Hello world in Logo, Macsyma(Maxima) and MMIX.
This commit is contained in:
9
m/mmix.mms
Normal file
9
m/mmix.mms
Normal file
@@ -0,0 +1,9 @@
|
||||
t IS $255
|
||||
LOC Data_Segment
|
||||
GREG @
|
||||
String BYTE "Hello World",#a,0
|
||||
|
||||
LOC #100
|
||||
Main LDA t,String
|
||||
TRAP 0,Fputs,StdOut
|
||||
TRAP 0,Halt,0
|
||||
Reference in New Issue
Block a user