mirror of
https://github.com/cc65/cc65.git
synced 2024-11-06 15:06:07 +00:00
10 lines
236 B
ArmAsm
10 lines
236 B
ArmAsm
|
; .bss variable used by SpartaDOS-X implementations of
|
||
|
; gettime.s and settime.s
|
||
|
|
||
|
.export sdxtry
|
||
|
|
||
|
.bss
|
||
|
|
||
|
sdxtry: .res 1 ; limit of unsuccessful tries to call GETTD/SETTD
|
||
|
; (see settime.s)
|