rename s65
This commit is contained in:
parent
15865cab9c
commit
bc6093a881
@ -19,31 +19,38 @@ INCLUDE_SYSTEM = 1
|
|||||||
; 0403 value offset
|
; 0403 value offset
|
||||||
; 0405-04a0 rh high/low, temp high/low, checksum
|
; 0405-04a0 rh high/low, temp high/low, checksum
|
||||||
|
|
||||||
; ARGUMENTS
|
|
||||||
; a,x,y can also be used
|
|
||||||
ARG0 = $10
|
|
||||||
ARG1 = $11
|
|
||||||
ARG2 = $12
|
|
||||||
ARG3 = $13
|
|
||||||
ARG4 = $14
|
|
||||||
ARG5 = $15
|
|
||||||
ARG6 = $16
|
|
||||||
ARG7 = $17
|
|
||||||
ARG9 = $19
|
|
||||||
ARG10 = $1a
|
|
||||||
ARG11 = $1b
|
|
||||||
ARG12 = $1c
|
|
||||||
ARG13 = $1d
|
|
||||||
ARG14 = $1e
|
|
||||||
ARG15 = $1f
|
|
||||||
|
|
||||||
.include "io_W65C22.h65"
|
.include "io_W65C22.h65"
|
||||||
.include "utility.h65"
|
.include "utility.h65"
|
||||||
|
|
||||||
|
; ARGUMENTS
|
||||||
|
; a,x,y can also be used
|
||||||
|
.segment "ZEROPAGE"
|
||||||
|
ARG0: .res 1
|
||||||
|
ARG1: .res 1
|
||||||
|
ARG2: .res 1
|
||||||
|
ARG3: .res 1
|
||||||
|
ARG4: .res 1
|
||||||
|
ARG5: .res 1
|
||||||
|
ARG6: .res 1
|
||||||
|
ARG7: .res 1
|
||||||
|
ARG9: .res 1
|
||||||
|
ARG10: .res 1
|
||||||
|
ARG11: .res 1
|
||||||
|
ARG12: .res 1
|
||||||
|
ARG13: .res 1
|
||||||
|
ARG14: .res 1
|
||||||
|
ARG15: .res 1
|
||||||
|
|
||||||
|
|
||||||
; RETURN VALUE
|
; RETURN VALUE
|
||||||
; in a
|
; in a
|
||||||
|
|
||||||
|
.segment "VIA1"
|
||||||
|
; IO1: .res 16
|
||||||
IO1 = $6000
|
IO1 = $6000
|
||||||
|
|
||||||
|
.segment "VIA2"
|
||||||
|
; IO2: .res 16
|
||||||
IO2 = $7000
|
IO2 = $7000
|
||||||
|
|
||||||
; struct method
|
; struct method
|
Loading…
Reference in New Issue
Block a user