mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-01-28 14:30:52 +00:00
14 lines
283 B
ArmAsm
14 lines
283 B
ArmAsm
; background restore parameters
|
|
; currently 5, should check this and error if we overflow
|
|
|
|
save_valid:
|
|
.byte 0, 0, 0, 0, 0, 0
|
|
save_xstart:
|
|
.byte 0, 0, 0, 0, 0, 0
|
|
save_xend:
|
|
.byte 0, 0, 0, 0, 0, 0
|
|
save_ystart:
|
|
.byte 0, 0, 0, 0, 0, 0
|
|
save_yend:
|
|
.byte 0, 0, 0, 0, 0, 0
|