1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-18 07:29:36 +00:00
cc65/libsrc/osic1p/doesclrscr.s

15 lines
345 B
ArmAsm

;
; 2016-06, Christian Groessler
; 2017-06-26, Greg King
;
; unsigned char doesclrscrafterexit (void);
;
; Returns 0/1 if, after program termination, the screen isn't/is cleared.
;
.import return1
; cc65's OSI programs return to the monitor ROM which clears the screen.
.export _doesclrscrafterexit := return1