diff options
Diffstat (limited to 'ARMInterpreter_LoadStore.h')
-rw-r--r-- | ARMInterpreter_LoadStore.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ARMInterpreter_LoadStore.h b/ARMInterpreter_LoadStore.h index c0ae9a0..1b7aae4 100644 --- a/ARMInterpreter_LoadStore.h +++ b/ARMInterpreter_LoadStore.h @@ -45,6 +45,12 @@ s32 T_STRB_REG(ARM* cpu); s32 T_LDR_REG(ARM* cpu); s32 T_LDRB_REG(ARM* cpu); +s32 T_STRH_IMM(ARM* cpu); +s32 T_LDRH_IMM(ARM* cpu); + +s32 T_PUSH(ARM* cpu); +s32 T_POP(ARM* cpu); + } #endif |