Add 'OPD/OPDLab5/' from commit '9dc42f9c39d0d6097ccd7b1dec41298424eb53b1'

git-subtree-dir: OPD/OPDLab5
git-subtree-mainline: 57e30d7a49
git-subtree-split: 9dc42f9c39
This commit is contained in:
LeterZP
2026-05-07 14:59:12 +03:00
2 changed files with 31 additions and 0 deletions
+31
View File
@@ -0,0 +1,31 @@
org 0x05D6
start: cla
A: in 5
and #0x40
beq A
in 4
swab
st x
cmp stopsym
beq stop
B: in 5
and #0x40
beq B
in 4
or x
st x
and #0xFF
cmp stopsym
beq stop
ld x
st (next)+
jump start
stop: ld x
st (next)+
hlt
next: word $line
stopsym: word 0x0000
x: word 0x0000
org 0x0603
line: word ?
Binary file not shown.