1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-05 06:28:57 +00:00
cc65/asminc/atmos.inc

33 lines
633 B
PHP
Raw Normal View History

;
; Oric atmos zeropage and ROM definitions
;
; ---------------------------------------------------------------------------
; Zero page
; ---------------------------------------------------------------------------
; Low memory
CAPSLOCK := $20C
IRQVec := $245
CURS_Y := $268
CURS_X := $269
STATUS := $26A
TIMER3 := $276
KEYBUF := $2DF
; ---------------------------------------------------------------------------
; ROM entries
PRINT := $F77C
; ---------------------------------------------------------------------------
; I/O
SCREEN := $BB80