Commit Graph

12 Commits

Author SHA1 Message Date
Dias Alberto, Ethan
4df768f327 Merge branch 'assembler' into 'assembler-e'
# Conflicts:
#   src/parser.c
2024-06-05 19:01:15 +00:00
EDiasAlberto
1d1089634f add halt command handling 2024-06-05 19:57:51 +01:00
EDiasAlberto
129bdf3954 classify opcode load/store 2024-06-05 19:57:51 +01:00
EDiasAlberto
0f04ac9e22 rename fileaccess 2024-06-04 14:53:30 +01:00
EDiasAlberto
ce0f825e1d add halt command handling 2024-06-04 04:24:56 +01:00
EDiasAlberto
13e2cc8c9d classify branch type from opcode 2024-06-04 03:35:06 +01:00
EDiasAlberto
bb3218b535 add detail to assembly skeleton 2024-06-04 03:07:00 +01:00
EDiasAlberto
422b0f3e62 start classifying opcodes and writing skeleton for twopass assembly 2024-06-04 01:30:17 +01:00
EDiasAlberto
cadac4e1bb rename parser funcs for clarity 2024-06-03 23:09:40 +01:00
EDiasAlberto
036e163fe8 classify asm line type, tokenise operands 2024-06-03 23:07:31 +01:00
EDiasAlberto
ba1b614fc1 comment code for understanding 2024-06-03 22:02:41 +01:00
EDiasAlberto
43dd6be707 add a64instruction structs from emulator 2024-06-03 21:46:22 +01:00