summaryrefslogtreecommitdiff
path: root/mem/hello.pal
diff options
context:
space:
mode:
authorJulian Blake Kongslie2022-02-27 17:21:05 -0800
committerJulian Blake Kongslie2022-02-27 17:21:05 -0800
commit0553c4839c06011bd044f69b4913e5c793fdd2ec (patch)
treed11e69863532621fe1fa55cc7e8aa2a8cfa3b727 /mem/hello.pal
downloadmultipdp8-0553c4839c06011bd044f69b4913e5c793fdd2ec.tar.xz
Initial commit.
Diffstat (limited to 'mem/hello.pal')
-rw-r--r--mem/hello.pal45
1 files changed, 45 insertions, 0 deletions
diff --git a/mem/hello.pal b/mem/hello.pal
new file mode 100644
index 0000000..89383ba
--- /dev/null
+++ b/mem/hello.pal
@@ -0,0 +1,45 @@
1 *001
2 JMP I (INT)
3 *200
4START, ION
5 CLA CLL
6 TAD HELLO
7 DCA Z 10
8LOOP, TAD I Z 10
9 SNA
10 JMP ECHO
11 TLS
12 TSF
13 JMP .-1
14 CLA
15 JMP LOOP
16ECHO, CLA
17 TAD (1)
18 KIE
19 JMP .
20HELLO, .
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
38INT, KRB
39 TLS
40 TSF
41 JMP .-1
42 RMF
43 ION
44 JMP I Z 000
45$