Languages
- 1101
- MIXAL
- Eric Raymond's MIX Assembler and interpreter; downloads: readme, source tarball, HTML rendering.
- 1102
- MixNet
- MIXAL compiler for Microsoft .NET framework. Emits .NET executable files. Source code is C#. Public Domain.
- 1103
- Status of the GNU MMIX Tools
- GCC port of MMIX with tools, instructions to install, downloads, several links.
- 1104
- Virtual Hardware for MMIX
- Brief satiric article, seemingly from 2009 Scientific American; some downloads: True Color MMIX display for X11, MMIXX Distribution, screenshots; links.
- 1105
- ASM Community
- For developers using assembler in Win32 environment. Includes message board, wiki book, and project hosting.
- 1110
- MASM32
- A working development for 32-bit Microsoft assembler. It includes useful libraries, documentation and tutorials.
- 1111
- MadWizard.org
- Tutorials, downloads and links about programming assembly in windows, as well as a public snippet library.
- 1112
- Paul Hsieh's x86 Assembly Language Page
- Articles, optimization hints and algorithms, x86 related links.
- 1113
- TALx86
- A Typed Assembly Language for x86. Supports sums, arrays, references, recursive types, subtyping, type tagging, and modules.
- 1114
- terse
- Algebraic assembly language employing prefix, infix, and postfix notation. Assembler simplified. Biggest advance in low-level programming since Macro Assembler. All the control of assembler, with the ease-of-use and look-and-feel of high-level languages. Low cost.