home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Dream 55
/
Amiga_Dream_55.iso
/
RISCOS
/
MAGAZINE
/
NEWS
/
PCE021.ZIP
/
Pce021
/
Src
/
hdr
/
defines
next >
Wrap
Text File
|
1998-02-26
|
496b
|
24 lines
; defines.hdr
; -----------
; Definitions shared between all PC Engine source code
r_p RN 4 ; processor flags and IRQ status
r_pc RN 5 ; program counter
r_s RN 6 ; stack offset
r_a RN 7 ; accumulator
r_x RN 8 ; index register
r_y RN 9 ; index register
timer RN 10 ; opcode cycles left
wmemory RN 11 ; pointer to mapping for memory writes
rmemory RN 12 ; pointer to mapping for memory reads
data RN 12 ; extra data (defined below) MUST BE IN R12!
IRQ2 * 1
IRQ1 * 2
TIQ * 4
END