Skip to content

Instantly share code, notes, and snippets.

@Houdini
Created August 21, 2013 12:31
Show Gist options
  • Select an option

  • Save Houdini/6293870 to your computer and use it in GitHub Desktop.

Select an option

Save Houdini/6293870 to your computer and use it in GitHub Desktop.
* (1)
* hello.mixal: say 'hello world' in MIXAL (2)
* (3)
* label ins operand comment (4)
TERM EQU 19 the MIX console device number (5)
ORIG 1000 start address (6)
START OUT MSG(TERM) output data at address MSG (7)
HLT halt execution (8)
MSG ALF "MIXAL" (9)
ALF " HELL" (10)
ALF "O WOR" (11)
ALF "LD " (12)
END START end of the program (13)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment