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
fa12a04bb39e51392bea801990e7049e446d0666
assm-test
/
includes
T
History
glm94
95ed2143ea
Updated the parser to handle processing a simple load byte instruction. Added the LODB opcode to the opcode enum listing and updated the Scanner to look for 'byte' and mark it as a directive.
2023-03-24 23:24:24 -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 parser to handle processing a simple load byte instruction. Added the LODB opcode to the opcode enum listing and updated the Scanner to look for 'byte' and mark it as a directive.
2023-03-24 23:24:24 -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
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