ARMv8/src
2024-06-05 20:14:12 +01:00
..
a64instruction_Branch.h Fix branch enum numbering to match the spec, w/ T 2024-06-05 20:14:12 +01:00
a64instruction_DP.h Complete decode for DPR instructions and complete their IR 2024-06-05 16:38:13 +01:00
a64instruction_DPImmediate.h Add decode for DP immediate instructions w/ S# 2024-06-02 20:57:49 +01:00
a64instruction_DPRegister.h Complete decode for DPR instructions and complete their IR 2024-06-05 16:38:13 +01:00
a64instruction_global.h Changed constant name for 64 bit register type w/ S 2024-06-05 20:00:25 +01:00
a64instruction_SingleTransfer.h Add new line in end of files, w/ T 2024-06-03 17:45:07 +01:00
a64instruction.h Add DPR type instruction data to IR of a64 instructions 2024-06-04 15:09:53 +01:00
assemble.c Original skeleton 2024-05-23 15:06:06 +01:00
decode.c Add decode and execute structure for DPI instructions w/ S 2024-06-05 20:11:56 +01:00
decode.h Complete decode for DPR instructions and complete their IR 2024-06-05 16:38:13 +01:00
emulate.c Fix emulate so not increment PC if branch inst, w/ T 2024-06-03 20:34:14 +01:00
emulator.h Added constant for number of bits in a dword w/ S 2024-06-03 14:37:08 +01:00
execute.c Add decode and execute structure for DPI instructions w/ S 2024-06-05 20:11:56 +01:00
execute.h Add function for executing DPI arithm instructions w/ S 2024-06-03 17:38:04 +01:00
fileio.c Update file io to byte addressable, w/ T 2024-06-02 21:02:24 +01:00
fileio.h Update file io to byte addressable, w/ T 2024-06-02 21:02:24 +01:00
global.h Add new line in end of files, w/ T 2024-06-03 17:45:07 +01:00
Makefile Original skeleton 2024-05-23 15:06:06 +01:00
print.c Fix Bug in Print.c to print Hex instead of decimal, w/ T 2024-06-03 22:33:40 +01:00
print.h Update print to account for unsigned int, w/ T 2024-06-03 16:14:41 +01:00