This website requires JavaScript.
Explore
Help
Sign In
glm94
/
assm-test
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Files
980b0449fcfe2b2a182f34b57601b7dcb4345905
assm-test
/
includes
T
History
glm94
0eaa5527ea
Updated the parser to be able to handle the changes made to the ISA.
2023-06-18 00:50:18 -05:00
..
disass.h
Updated the parser to better handle parameters, sort of and including a string length assembly program to use as a test for the whole assembler.
2022-10-03 21:26:28 +00:00
futil.h
Add a file utility to allow me to read in an entire file instead of doing so line by line.
2022-02-23 21:29:53 +00:00
list.h
Added a function to remove an item from the generic list, which is mainly used for the tokens.
2023-03-07 21:31:14 -06:00
opcodes.h
Updated the opcode listing and 'fixed' the code to at least compile, but obviously I'll need to rework how the new copy instructions are to be parsed. Fixed some errors in the documentation where I skipped some hex numbers and added a copy immediate op.
2023-06-17 21:15:08 -05:00
parser.h
A bit of cleanup.
2022-10-04 21:05:15 +00:00
scanner.h
Code cleanup. Converting a number lexeme to a proper integer setup but not done yet. So number tokens don't have a valid value.
2022-05-05 16:12:33 +00:00
symbols_table.h
Massive refactoring to simplify this whole setup. The Token List will be modified in place and reused in the Parser to normalize the list and generate a symbols table. Normalizing the token list will make sure the syntax is valid and the symbols table will have the relative offsets and length of symbol values. At least this is all the plan but one step at a time.
2023-03-06 21:51:36 -06:00
token.h
Updated the parser to be able to handle the changes made to the ISA.
2023-06-18 00:50:18 -05:00