Updated to include more indicators of prog run
This commit is contained in:
parent
1205dbdbf9
commit
c9205b6609
@ -16,15 +16,18 @@
|
||||
|
||||
R1 EQU 1
|
||||
R2 EQU 2
|
||||
R7 EQU 7
|
||||
|
||||
ORG 0000H
|
||||
BEGIN
|
||||
SEQ ; announce running
|
||||
SEX 1
|
||||
SEX R7
|
||||
INKEY
|
||||
BN4 INKEY
|
||||
REQ
|
||||
START
|
||||
LOAD R7, ALLLED
|
||||
OUT 4
|
||||
RUN
|
||||
LDI 162
|
||||
PHI R2
|
||||
DECR
|
||||
@ -37,7 +40,15 @@ DECR
|
||||
REQ
|
||||
INP 4
|
||||
BZ DONE
|
||||
BR START
|
||||
BR RUN
|
||||
|
||||
DONE
|
||||
SEP 1
|
||||
REQ
|
||||
LOAD R7, NOLED
|
||||
OUT 4
|
||||
SEP R1
|
||||
|
||||
ALLLED BYTE 255
|
||||
NOLED BYTE 0
|
||||
|
||||
END
|
||||
|
Loading…
Reference in New Issue
Block a user