mirror of
https://github.com/mi57730/a2d.git
synced 2025-02-02 04:30:12 +00:00
use padding macros
This commit is contained in:
parent
1aa7564e13
commit
eb7745c324
@ -412,8 +412,7 @@ max_page:
|
|||||||
.byte 0
|
.byte 0
|
||||||
.endproc
|
.endproc
|
||||||
|
|
||||||
;; Padding
|
PAD_TO $2200
|
||||||
.res $2200 - *,0
|
|
||||||
.endproc ; install_segments
|
.endproc ; install_segments
|
||||||
|
|
||||||
;;; ============================================================
|
;;; ============================================================
|
||||||
@ -648,8 +647,7 @@ restore_state:
|
|||||||
invoke_slot1:
|
invoke_slot1:
|
||||||
jmp SLOT1
|
jmp SLOT1
|
||||||
|
|
||||||
;; Padding
|
PAD_TO $400
|
||||||
.res $400 - *, 0
|
|
||||||
.endproc ; dump_screen
|
.endproc ; dump_screen
|
||||||
|
|
||||||
.assert .sizeof(install_as_quit) + .sizeof(quit_routine) + .sizeof(install_segments) + .sizeof(dump_screen) = $580, error, "Size mismatch"
|
.assert .sizeof(install_as_quit) + .sizeof(quit_routine) + .sizeof(install_segments) + .sizeof(dump_screen) = $580, error, "Size mismatch"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user