ARMv8/src
2024-05-31 17:45:02 +01:00
..
a64instruction_Branch.h Add Branch internal structure, w/ T 2024-05-31 16:46:59 +01:00
a64instruction_DP.h Add data structure for DP instructions w/ S 2024-05-31 17:30:19 +01:00
a64instruction_DPImmediate.h Add data structure for DP instructions w/ S 2024-05-31 17:30:19 +01:00
a64instruction_DPRegister.h Add data structure for DP instructions w/ S 2024-05-31 17:30:19 +01:00
a64instruction_global.h Move register type struct to global header w/ S 2024-05-31 17:25:51 +01:00
a64instruction_SingleTransfer.h Add ADS for single transf instructions w/ S 2024-05-31 17:32:03 +01:00
a64instruction.h Update instruction enums to capital w/ S 2024-05-31 17:11:43 +01:00
assemble.c Original skeleton 2024-05-23 15:06:06 +01:00
decode.c Add decode for Branch Instructions, w/ T 2024-05-31 17:45:02 +01:00
decode.h Add decode for Branch Instructions, w/ T 2024-05-31 17:45:02 +01:00
emulate.c Update emulate to check args, w/ T 2024-05-30 14:20:31 +01:00
emulator.h Move BYTE_BITS definition to decode.h, w/ T 2024-05-30 15:05:11 +01:00
execute.c Add execute.c, w/ T 2024-05-30 15:24:28 +01:00
execute.h Add execute.c, w/ T 2024-05-30 15:24:28 +01:00
fileio.c Add binary file loading w/ S 2024-05-30 14:17:43 +01:00
fileio.h Add binary file loading w/ S 2024-05-30 14:17:43 +01:00
global.h Update global, add word and dword 2024-05-30 13:20:58 +01:00
Makefile Original skeleton 2024-05-23 15:06:06 +01:00