Register R13
Posted: Fri Feb 04, 2022 9:13 am
ORG.incR allocates registers up to R11. R12 is MT, R14 is SP, and R15 is LNK. What about R13, may I use it, or does it have a special purpose as well?
A technical support group for Astrobe Oberon users
https://astrobe.com./forum/
Code: Select all
R13 base address for variables in the current module SB (static base)
Code: Select all
20180720 - Update compiler: ORP.Mod.txt and ORG.Mod.txt
Cash (* Cache? *) for base adr of global variables "curSB" has been removed from ORG.Mod.
Removal of this optimization makes compiler simpler.