Files
emailler/apps/gettime.s
2021-05-28 15:32:44 -04:00

10 lines
122 B
ArmAsm

; Call ProDOS MLI GET_TIME call
; Bobbi 2021
.export _gettime
_gettime:
jsr $bf00 ; MLI
.byte $82 ; GET_TIME
rts