mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
Uncomment useful macros.
This commit is contained in:
parent
b08a0b860a
commit
cf29441457
18
macros.asm
18
macros.asm
|
@ -466,17 +466,17 @@ dutycycle: MACRO
|
||||||
ENDM
|
ENDM
|
||||||
|
|
||||||
;format: callchannel address
|
;format: callchannel address
|
||||||
;callchannel: MACRO
|
callchannel: MACRO
|
||||||
; db $FD
|
db $FD
|
||||||
; dw \1
|
dw \1
|
||||||
;ENDM
|
ENDM
|
||||||
|
|
||||||
;format: loopchannel count, address
|
;format: loopchannel count, address
|
||||||
;loopchannel: MACRO
|
loopchannel: MACRO
|
||||||
; db $FE
|
db $FE
|
||||||
; db \1
|
db \1
|
||||||
; dw \2
|
dw \2
|
||||||
;ENDM
|
ENDM
|
||||||
|
|
||||||
endchannel: MACRO
|
endchannel: MACRO
|
||||||
db $FF
|
db $FF
|
||||||
|
|
Loading…
Reference in a new issue