diff options
| author | Julian Blake Kongslie | 2022-03-20 17:23:58 -0700 |
|---|---|---|
| committer | Julian Blake Kongslie | 2022-03-20 17:23:58 -0700 |
| commit | 8503949f79d32003c26c2e68b009957fd98566d9 (patch) | |
| tree | 9b17887cdb04725945f0a5c08d269ffe9c96eef4 /mem/hello.pal | |
| parent | Temporary change to PDP-8 internal memory to match controller protocol (diff) | |
| download | multipdp8-8503949f79d32003c26c2e68b009957fd98566d9.tar.xz | |
Add a few useful memory images.
Diffstat (limited to 'mem/hello.pal')
| -rw-r--r-- | mem/hello.pal | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/mem/hello.pal b/mem/hello.pal deleted file mode 100644 index 89383ba..0000000 --- a/mem/hello.pal +++ /dev/null | |||
| @@ -1,45 +0,0 @@ | |||
| 1 | *001 | ||
| 2 | JMP I (INT) | ||
| 3 | *200 | ||
| 4 | START, ION | ||
| 5 | CLA CLL | ||
| 6 | TAD HELLO | ||
| 7 | DCA Z 10 | ||
| 8 | LOOP, TAD I Z 10 | ||
| 9 | SNA | ||
| 10 | JMP ECHO | ||
| 11 | TLS | ||
| 12 | TSF | ||
| 13 | JMP .-1 | ||
| 14 | CLA | ||
| 15 | JMP LOOP | ||
| 16 | ECHO, CLA | ||
| 17 | TAD (1) | ||
| 18 | KIE | ||
| 19 | JMP . | ||
| 20 | HELLO, . | ||
| 21 | "H | ||
| 22 | "e | ||
| 23 | "l | ||
| 24 | "l | ||
| 25 | "o | ||
| 26 | ", | ||
| 27 | " | ||
| 28 | "w | ||
| 29 | "o | ||
| 30 | "r | ||
| 31 | "l | ||
| 32 | "d | ||
| 33 | "! | ||
| 34 | 15 | ||
| 35 | 12 | ||
| 36 | 0 | ||
| 37 | *300 | ||
| 38 | INT, KRB | ||
| 39 | TLS | ||
| 40 | TSF | ||
| 41 | JMP .-1 | ||
| 42 | RMF | ||
| 43 | ION | ||
| 44 | JMP I Z 000 | ||
| 45 | $ | ||
