moved to better folder location
This commit is contained in:
committed by
Oliver Schmidt
parent
9160b8ddc2
commit
a6725edb15
18
libsrc/geos-cbm/graph/setnewmode.s
Normal file
18
libsrc/geos-cbm/graph/setnewmode.s
Normal file
@@ -0,0 +1,18 @@
|
||||
;
|
||||
; Scott Hutter
|
||||
;
|
||||
; 18.12.18
|
||||
|
||||
; void SetNewMode(void);
|
||||
|
||||
.export _SetNewMode
|
||||
|
||||
.include "jumptab.inc"
|
||||
.include "geossym.inc"
|
||||
|
||||
_SetNewMode:
|
||||
lda graphMode
|
||||
eor #$80
|
||||
sta graphMode
|
||||
jmp SetNewMode
|
||||
|
||||
Reference in New Issue
Block a user