rrcc/src/instructions
DataHoarder 93a5ae1c13
All checks were successful
continuous-integration/drone/push Build is passing
Implemented INIT op
2021-08-05 16:29:29 +02:00
..
virtual fix bug: FastCall used std_PARAMETER_1 instead of std_PARAMETER_0 as base offset 2021-08-03 18:28:27 +02:00
AddressOffset.h WIP: Initial commit, working basic assembler 2020-12-31 22:06:52 +01:00
Branch.cpp Cleanup instruction declaration decoding 2021-01-01 20:42:38 +01:00
Branch.h Flip stack around to be similar to other architectures. Implement FASTCALL calling convention 2021-01-02 10:30:32 +01:00
Calc.cpp WIP: Initial commit, working basic assembler 2020-12-31 22:06:52 +01:00
Calc.h Flip stack around to be similar to other architectures. Implement FASTCALL calling convention 2021-01-02 10:30:32 +01:00
CalcImm.cpp Cleanup instruction declaration decoding 2021-01-01 20:42:38 +01:00
CalcImm.h Flip stack around to be similar to other architectures. Implement FASTCALL calling convention 2021-01-02 10:30:32 +01:00
Copy.cpp Cleanup instruction declaration decoding 2021-01-01 20:42:38 +01:00
Copy.h Flip stack around to be similar to other architectures. Implement FASTCALL calling convention 2021-01-02 10:30:32 +01:00
End.cpp Cleanup instruction declaration decoding 2021-01-01 20:42:38 +01:00
End.h Flip stack around to be similar to other architectures. Implement FASTCALL calling convention 2021-01-02 10:30:32 +01:00
Init.cpp Implemented INIT op 2021-08-05 16:29:29 +02:00
Init.h Implemented INIT op 2021-08-05 16:29:29 +02:00
Instruction.cpp Implemented INIT op 2021-08-05 16:29:29 +02:00
Instruction.h Add third offset parseOperatorResult 2021-08-03 22:14:19 +02:00
Jump.cpp Implement Push/Ret using the Stack 2021-01-01 21:56:04 +01:00
Jump.h Flip stack around to be similar to other architectures. Implement FASTCALL calling convention 2021-01-02 10:30:32 +01:00
Load.cpp Cleanup instruction declaration decoding 2021-01-01 20:42:38 +01:00
Load.h Flip stack around to be similar to other architectures. Implement FASTCALL calling convention 2021-01-02 10:30:32 +01:00
Loop.cpp Cleanup instruction declaration decoding 2021-01-01 20:42:38 +01:00
Loop.h Flip stack around to be similar to other architectures. Implement FASTCALL calling convention 2021-01-02 10:30:32 +01:00
Poll.cpp Cleanup instruction declaration decoding 2021-01-01 20:42:38 +01:00
Poll.h Flip stack around to be similar to other architectures. Implement FASTCALL calling convention 2021-01-02 10:30:32 +01:00
Return.cpp Implement Push/Ret using the Stack 2021-01-01 21:56:04 +01:00
Return.h Flip stack around to be similar to other architectures. Implement FASTCALL calling convention 2021-01-02 10:30:32 +01:00
Set.cpp Cleanup instruction declaration decoding 2021-01-01 20:42:38 +01:00
Set.h Flip stack around to be similar to other architectures. Implement FASTCALL calling convention 2021-01-02 10:30:32 +01:00
Wait.cpp Cleanup instruction declaration decoding 2021-01-01 20:42:38 +01:00
Wait.h Flip stack around to be similar to other architectures. Implement FASTCALL calling convention 2021-01-02 10:30:32 +01:00
Write.cpp Cleanup instruction declaration decoding 2021-01-01 20:42:38 +01:00
Write.h Flip stack around to be similar to other architectures. Implement FASTCALL calling convention 2021-01-02 10:30:32 +01:00