Updated to include more indicators of prog run

This commit is contained in:
William Moore 2023-08-26 08:27:00 -05:00
parent 1205dbdbf9
commit c9205b6609

View File

@ -16,15 +16,18 @@
R1 EQU 1 R1 EQU 1
R2 EQU 2 R2 EQU 2
R7 EQU 7
ORG 0000H ORG 0000H
BEGIN BEGIN
SEQ ; announce running SEQ ; announce running
SEX 1 SEX R7
INKEY INKEY
BN4 INKEY BN4 INKEY
REQ REQ
START LOAD R7, ALLLED
OUT 4
RUN
LDI 162 LDI 162
PHI R2 PHI R2
DECR DECR
@ -37,7 +40,15 @@ DECR
REQ REQ
INP 4 INP 4
BZ DONE BZ DONE
BR START BR RUN
DONE DONE
SEP 1 REQ
LOAD R7, NOLED
OUT 4
SEP R1
ALLLED BYTE 255
NOLED BYTE 0
END END