Last active
September 20, 2017 17:10
-
-
Save jblang/31a3037fa6e0619dfafc8aca20fb97dd to your computer and use it in GitHub Desktop.
Running Hello World for PDP-1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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