mirror of
https://github.com/cc65/cc65.git
synced 2024-11-02 03:04:31 +00:00
5ec65cca75
function is used git-svn-id: svn://svn.cc65.org/cc65/trunk@540 b7a2c559-68d2-44c3-8de9-860c34a00d81
13 lines
210 B
ArmAsm
13 lines
210 B
ArmAsm
;
|
|
; Christian Groessler, June 2000
|
|
;
|
|
; this file provides the default for the __graphmode_used variable
|
|
|
|
.export __graphmode_used
|
|
|
|
.data
|
|
|
|
__graphmode_used:
|
|
.byte 9 ; default to mode with max. memory usage
|
|
|