Update to add gitignore and ASM code

This commit is contained in:
William Moore 2023-08-25 13:58:16 -05:00
parent af7236cbba
commit 543d7a4677
2 changed files with 26 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
*.hex

25
src/1802mc/blinkqslow.asm Normal file
View File

@ -0,0 +1,25 @@
R1 EQU 01H
R2 EQU 02H
RS EQU 0CH
ORG 00H
BEGIN SEQ ; announce running
INKEY BN4 INKEY
REQ ; ack "IN" pushed.
RUN LDI 162
PHI R2
DECR DEC R2
GHI R2
BNZ DECR
LSQ
SEQ
SKP
REQ
INP 4
BZ DONE
BR RUN
DONE SEP R1
END