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
3031fa8b9bc32d1af8c5e312f7ab7c608693ed90
assm-test
/
src
T
History
glm94
3031fa8b9b
Code cleanup.
2023-06-29 20:53:39 -05:00
..
disass.c
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.c
Setup the assembler to use the new file reading code.
2022-04-28 22:24:10 -05:00
list.c
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
main.c
Code cleanup.
2023-06-29 20:53:39 -05:00
opcodes.c
Code cleanup.
2023-06-29 20:53:39 -05:00
parser.c
Code cleanup.
2023-06-29 20:53:39 -05:00
scanner.c
Hooked up the program counter in the parser to set the memory offset of symbols, well labels to be more acurrate.
2023-06-18 14:51:37 -05:00
symbols_table.c
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.c
Incomplete, but I want to make sure the ideas I have here don't get wiped. Sadly this commit won't compile.
2022-09-15 21:29:27 +00:00