mirror of
https://github.com/cc65/cc65.git
synced 2024-11-05 08:05:51 +00:00
9c7cccf3e5
They are using SpartaDOS-X interfaces and are therefore only working in this environment.
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)
|