mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-21 06:39:40 +02:00
Minor optimization and new macro: waitRTC (not used yet)
This commit is contained in:
@@ -91,6 +91,12 @@
|
||||
bcs ?WFRAME
|
||||
?nowait
|
||||
.ENDM
|
||||
;-------------------------------------
|
||||
.macro waitRTC
|
||||
lda RTCLOK+1
|
||||
?wa cmp RTCLOK+1
|
||||
beq ?wa
|
||||
.endm
|
||||
;-------------------------------------
|
||||
.macro negw
|
||||
; negate the given word (0-a)
|
||||
|
||||
Reference in New Issue
Block a user