mmix is an assembly language created in 1999.
#3149on PLDB | 25Years Old |
During the 1990s I spent considerable time designing a computer that would be representative of modern machines, yet easy to learn. Several of the leading experts in the field gave me considerable help with the design. The result was MMIX — "A RISC computer for the new millennium". In 1999 I completed the preliminary software to support basic MMIX programming and the simulation of many versions of the architecture.
LOC Data_Segment
GREG @
Text BYTE "Hello world!",10,0
LOC #100
Main LDA $255,Text
TRAP 0,Fputs,StdOut
TRAP 0,Halt,0