mirror of
https://github.com/cc65/cc65.git
synced 2025-01-10 03:30:05 +00:00
13 lines
199 B
ArmAsm
13 lines
199 B
ArmAsm
|
;
|
||
|
; Christian Groessler, June 2000
|
||
|
;
|
||
|
; this file provides the default for the __graphmode_used variable
|
||
|
|
||
|
.export __graphmode_used
|
||
|
|
||
|
.data
|
||
|
|
||
|
__graphmode_used:
|
||
|
.byte 9 ; mode with max. memory usage
|
||
|
|