This website requires JavaScript.
Explore
Help
Sign In
glm94
/
lang-assm
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
15
Commits
1
Branch
0
Tags
main
T
Add File
New File
Upload File
Apply Patch
Code
Clone
HTTPS
Tea CLI
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Download ZIP
Download TAR.GZ
Download BUNDLE
glm94
e69d4208df
Updated the parser and setup the opcodes.c file to include helper functions to build up an Opcode object. I don't like how this is setup at the moment but seems to be a decent way to handle things for now.
2025-10-16 23:43:15 -05:00
examples
Updated the parser to be able to correctly sync via a longjmp. Fixed a few bugs in the tokenizer, like not allowing underscores in symbol / label names and taught it how to detect a label declaration. Fixed the code that gets the register name.
2025-06-26 23:24:03 -05:00
includes
Updated the parser and setup the opcodes.c file to include helper functions to build up an Opcode object. I don't like how this is setup at the moment but seems to be a decent way to handle things for now.
2025-10-16 23:43:15 -05:00
src
Updated the parser and setup the opcodes.c file to include helper functions to build up an Opcode object. I don't like how this is setup at the moment but seems to be a decent way to handle things for now.
2025-10-16 23:43:15 -05:00
.gitignore
Added support for number literals and punctuation.
2025-01-08 01:39:10 -06:00
Makefile
Lots of changes and too much dragging my feet on this. But I think this is going in the right direction now.
2025-06-24 23:48:26 -05:00
S
Description
No description provided
100
KiB
Languages
C
98.1%
Makefile
1.9%