Measures Concepts
GitHub icon

mmix

mmix - Assembly language

< >

mmix is an assembly language created in 1999.

#2447on 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.


Example from the web:
LOC Data_Segment GREG @ Text BYTE "Hello world!",10,0 LOC #100 Main LDA $255,Text TRAP 0,Fputs,StdOut TRAP 0,Halt,0

View source

- Build the next great programming language · Search · Add Language · Features · Creators · Resources · About · Blog · Acknowledgements · Queries · Stats · Sponsor · Day 605 · feedback@pldb.io · Logout