ARMv8/src
2024-06-13 20:01:35 +01:00
..
a64instruction Added all instruction in subfolder a64instruction 2024-06-11 23:02:26 +01:00
assemble.c Fix Bug in the naming of the file 2024-06-13 19:06:05 +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
encode.c Update encode for a small bug in the numbering 2024-06-13 19:08:25 +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 fix dpregister to construct IR 2024-06-13 20:01:35 +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 Update the tokenizer to skip whitespaces 2024-06-13 19:26:40 +01:00