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
dac01ffd0c1d09cee02b75486483b34eb626d4d6
assm-test
/
includes
T
History
glm94
dac01ffd0c
Changed the TokenClass from opcode to nomic, a less smoothbrain name IMO and also frees up Opcode for a better use later on.
2022-08-30 22:06:50 -05:00
..
disass.h
Added a disassembler which is still very buggy. Also fixed some bugs with the opcode mask getting function.
2022-08-26 21:41:02 +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
Code cleanup in the List code. Possibly saved myself some headache in the future by using the right pointer type in the struct definition.
2022-01-18 16:28:49 +00:00
opcodes.h
Both the assembler and the disassembler should now support all the instructions I've layed out thus far.
2022-08-29 18:51:48 +00:00
parser.h
Added a disassembler which is still very buggy. Also fixed some bugs with the opcode mask getting function.
2022-08-26 21:41:02 +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
token.h
Changed the TokenClass from opcode to nomic, a less smoothbrain name IMO and also frees up Opcode for a better use later on.
2022-08-30 22:06:50 -05:00