Searched defs:rlolist (Results 1 – 1 of 1) sorted by relevance
87 #define OP_PUSH_RLIST(rlolist) (0xb400 | (rlolist)) argument88 #define OP_PUSH_RLIST_LR(rlolist) (0xb400 | 0x0100 | (rlolist)) argument89 #define OP_POP_RLIST(rlolist) (0xbc00 | (rlolist)) argument90 #define OP_POP_RLIST_PC(rlolist) (0xbc00 | 0x0100 | (rlolist)) argument
Completed in 4 milliseconds