9c7cccf3e5
They are using SpartaDOS-X interfaces and are therefore only working in this environment.
9 lines
236 B
ArmAsm
9 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)
|