From 8503949f79d32003c26c2e68b009957fd98566d9 Mon Sep 17 00:00:00 2001 From: Julian Blake Kongslie Date: Sun, 20 Mar 2022 17:23:58 -0700 Subject: Add a few useful memory images. --- mem/hello.pal | 45 --------------------------------------------- 1 file changed, 45 deletions(-) delete mode 100644 mem/hello.pal (limited to 'mem/hello.pal') 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 @@ - *001 - JMP I (INT) - *200 -START, ION - CLA CLL - TAD HELLO - DCA Z 10 -LOOP, TAD I Z 10 - SNA - JMP ECHO - TLS - TSF - JMP .-1 - CLA - JMP LOOP -ECHO, CLA - TAD (1) - KIE - JMP . -HELLO, . - "H - "e - "l - "l - "o - ", - " - "w - "o - "r - "l - "d - "! - 15 - 12 - 0 - *300 -INT, KRB - TLS - TSF - JMP .-1 - RMF - ION - JMP I Z 000 -$ -- cgit v1.2.3