Update to add gitignore and ASM code
This commit is contained in:
parent
af7236cbba
commit
543d7a4677
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
*.hex
|
25
src/1802mc/blinkqslow.asm
Normal file
25
src/1802mc/blinkqslow.asm
Normal 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
|
||||
|
Loading…
Reference in New Issue
Block a user