Merge pull request #80 from ghost/master

Added Logo, Macsyma(Maxima) and MMIX
This commit is contained in:
Mike Donaghy
2014-08-17 22:43:03 -04:00
3 changed files with 12 additions and 0 deletions

2
m/macsyma.mac Normal file
View File

@@ -0,0 +1,2 @@
/* Macsyma */
print("Hello World");

9
m/mmix.mms Normal file
View 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