mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-08-10 06:25:04 +00:00
wipes: more acme conversion
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
.include "fx.hgr.precomputed.1bit.s"
|
||||
|
||||
|
||||
; FX_INITONCE_1BIT FXCodeFile, CoordinatesFile, Start
|
||||
FX_INITONCE_1BIT FXCodeFile, CoordinatesFile, Start
|
||||
Start:
|
||||
; jmp FXCode
|
||||
|
||||
|
@@ -12,8 +12,8 @@
|
||||
; !source "src/fx/macros.shr.a"
|
||||
; !source "src/fx/macros.copybit.a"
|
||||
; !source "src/fx/macros.misc.a"
|
||||
.endif
|
||||
_FX_MACROS_=*
|
||||
.endif
|
||||
|
||||
;_FX_MACROS_=*
|
||||
;}
|
||||
|
6
graphics/hgr/wipes/main_macros.s
Executable file → Normal file
6
graphics/hgr/wipes/main_macros.s
Executable file → Normal file
@@ -74,9 +74,11 @@ end_pstring:
|
||||
|
||||
; load the address of .ptr into A (low) and Y (high)
|
||||
;!macro LDADDR .ptr {
|
||||
; lda #<.ptr
|
||||
; ldy #>.ptr
|
||||
.macro LDADDR ptr
|
||||
lda #<ptr
|
||||
ldy #>ptr
|
||||
;}
|
||||
.endmacro
|
||||
|
||||
; load a 16-bit value into A (low) and Y (high)
|
||||
;!macro LD16 .ptr {
|
||||
|
Reference in New Issue
Block a user