mirror of
https://github.com/irmen/prog8.git
synced 2026-04-25 12:33:55 +00:00
add cx16.r0r1sl, cx16.r2r3sl, ... that memory-map signed longs on the virtual registers
This commit is contained in:
@@ -199,6 +199,16 @@ cx16 {
|
||||
&word r14s = $7ffc
|
||||
&word r15s = $7ffe
|
||||
|
||||
; signed long versions
|
||||
&long r0r1sl = $7fe0
|
||||
&long r2r3sl = $7fe4
|
||||
&long r4r5sl = $7fe8
|
||||
&long r6r7sl = $7fec
|
||||
&long r8r0sl = $7fe0
|
||||
&long r10r11sl = $7fe4
|
||||
&long r12r13sl = $7fe8
|
||||
&long r14r15sl = $7fec
|
||||
|
||||
; ubyte versions (low and high bytes)
|
||||
&ubyte r0L = $7fe0
|
||||
&ubyte r1L = $7fe2
|
||||
|
||||
Reference in New Issue
Block a user