forked from TCShenanigans/symphony_stdlib
change RA to r13
This commit is contained in:
+3
-3
@@ -7,11 +7,11 @@
|
|||||||
|
|
||||||
; ----- CALLING CONVENTION -----
|
; ----- CALLING CONVENTION -----
|
||||||
; n.a. zr
|
; n.a. zr
|
||||||
; preserved: sp, r8 - r13
|
; preserved: sp, r8 - r12
|
||||||
; scratch: flags, r1 - r7
|
; scratch: flags, r1 - r7
|
||||||
; arguments: r1 - r7 (r1 = 1st argument, r6 = 6th arg/stack args, r7 = 7th arg/stack res)
|
; arguments: r1 - r7 (r1 = 1st argument, r6 = 6th arg/stack args, r7 = 7th arg/stack res)
|
||||||
; result: r1, r2 (r1 = low word, r2 = high word)
|
; result: r1, r2 (r1 = low word, r2 = high word)
|
||||||
; return address: flags
|
; return address: r13
|
||||||
|
|
||||||
; ----- STACK -----
|
; ----- STACK -----
|
||||||
; grows downwards from top of memory
|
; grows downwards from top of memory
|
||||||
@@ -27,4 +27,4 @@
|
|||||||
|
|
||||||
; ===== TYPES =====
|
; ===== TYPES =====
|
||||||
|
|
||||||
include bit
|
pub include bit
|
||||||
Reference in New Issue
Block a user