ARMv8/src
2024-06-13 19:01:39 +01:00
..
a64instruction Added all instruction in subfolder a64instruction 2024-06-11 23:02:26 +01:00
add_imm_sh.s Add tokeniser.c to make parsing easier 2024-06-13 17:23:30 +01:00
assemble.c fix halt command encoding 2024-06-12 20:40:38 +01:00
decode.c Fix Bug: Struct was not being changed because it wasn't a ptr, w/ T 2024-06-05 21:31:41 +01:00
decode.h Added all instruction in subfolder a64instruction 2024-06-11 23:02:26 +01:00
emulate.c Added all instruction in subfolder a64instruction 2024-06-11 23:02:26 +01:00
emulator.h Added constant for number of bits in a dword w/ S 2024-06-03 14:37:08 +01:00
execute.h Added all instruction in subfolder a64instruction 2024-06-11 23:02:26 +01:00
fileio.c Update fileio, skip new lines 2024-06-12 17:48:23 +01:00
fileio.h Update fileio, add countLine, rewrite read and write file funcs 2024-06-12 00:50:00 +01:00
global.h Add new line in end of files, w/ T 2024-06-03 17:45:07 +01:00
Makefile Add a working Makefile for testing purposes 2024-06-11 23:49:40 +01:00
parser.c build struct for DPRegister arithmetic 2024-06-13 19:01:39 +01:00
parser.h fix halt command encoding 2024-06-12 20:40:38 +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
symboltable.c Attempt to make code compile, fix syntax errors 2024-06-11 23:13:23 +01:00
tokeniser.c Add tokeniser.c to make parsing easier 2024-06-13 17:23:30 +01:00
twopassassembly.c Update Encoding DP Register for readability 2024-06-13 18:40:17 +01:00