Add issues from pull request #307.
This commit is contained in:
14
libsrc/common/doesclrscr.s
Normal file
14
libsrc/common/doesclrscr.s
Normal file
@@ -0,0 +1,14 @@
|
||||
;
|
||||
; Christian Groessler, June-2016
|
||||
;
|
||||
; unsigned char doesclrscr(void);
|
||||
;
|
||||
; returns 0/1 if after program termination the screen isn't/is cleared
|
||||
;
|
||||
|
||||
.export _doesclrscrafterexit
|
||||
|
||||
_doesclrscrafterexit:
|
||||
ldx #$00
|
||||
txa
|
||||
rts
|
||||
Reference in New Issue
Block a user