ARMv8/src
2024-06-04 15:41:58 +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 decode for DP immediate instructions w/ S# 2024-06-02 20:57:49 +01:00
a64instruction_DPRegister.h Update DPR type instruction IR operand field name 2024-06-04 15:41:58 +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 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 Fix getBits Bug when wanted bit is last bit, w/ T 2024-06-03 21:47:14 +01:00
decode.h Removed repeated definition of WORD_BITS w/ S 2024-06-03 16:17:15 +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 Fix function that updates N and Z flags of processor w/ S 2024-06-04 13:24:31 +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