Skip to content

Instantly share code, notes, and snippets.

@jblang
Last active September 20, 2017 17:10
Show Gist options
  • Save jblang/31a3037fa6e0619dfafc8aca20fb97dd to your computer and use it in GitHub Desktop.
Save jblang/31a3037fa6e0619dfafc8aca20fb97dd to your computer and use it in GitHub Desktop.
Running Hello World for PDP-1
C:\Users\jblang\Retro\DEC\PDP1>macro1 -s hello.mac
hello - pass 1
hello - pass 2
C:\Users\jblang\Retro\DEC\PDP1>pdp1
PDP-1 simulator V4.0-0 Beta git commit id: ea898b24
sim> att ptr hello.rim
sim> boot ptr
hello, world
HALT instruction, PC: 000112 (000117)
sim> exit
Goodbye
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment