summaryrefslogtreecommitdiffhomepage
path: root/C++Kit
diff options
context:
space:
mode:
Diffstat (limited to 'C++Kit')
-rw-r--r--C++Kit/AsmKit/Arch/NewCPU.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/C++Kit/AsmKit/Arch/NewCPU.hpp b/C++Kit/AsmKit/Arch/NewCPU.hpp
index a56780c..9ce420a 100644
--- a/C++Kit/AsmKit/Arch/NewCPU.hpp
+++ b/C++Kit/AsmKit/Arch/NewCPU.hpp
@@ -72,6 +72,8 @@ inline std::vector<NCOpcode> kOpcodesStd = {
#define kAsmPcRegister 17
#define kAsmCrRegister 18
#define kAsmSpRegister 5
+
+/* return address register */
#define kAsmRetRegister 20
/////////////////////////////////////////////////////////////////////////////