index
:
gameboy-asm.git
main
SM83 (Z80-ish) assembler for the Gameboy
Astatin <
[email protected]
>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2025-03-13
Enable offsets for all raw16 & raw8
Astatin
2025-03-07
add high/low paramters modifiers, parameters to macros & print symbols to stdout
Astatin
2025-01-07
Add support for relative labels in parameters
Astatin
2025-01-07
Add label offset + allow to use labels with .DB macro + relative labels
Astatin
2024-12-16
Remove garbage in examples
Astatin
2024-12-16
Update README.md
Astatin
2024-12-16
Add README.md
Astatin
2024-12-16
Add GPL3 license
Astatin
2024-12-16
Update go.yml
Astatin
2024-12-16
Update go.yml
Astatin
2024-12-16
Create go.yml
Astatin
2024-11-14
Add debug instruction
Astatin
2024-11-05
Allow labels defined inside macros to be used as absolute 16b values
Astatin
2024-11-01
Fix special characters regex
Astatin
2024-10-13
Disallow special characters in label names
Astatin
2024-09-27
Fix JR offset inside of macros + line number in error messages
Astatin
2024-09-26
Add inline macros
Astatin
2024-09-26
So for some reason, I didn't change anything and it started working. I guess ...
Astatin
2024-09-24
I tried to add labels and macros but brain is mushy and nothing is working co...
Astatin
2024-09-24
Add labels in go assembler
Astatin
2024-09-19
Create 1st draft of new assembler in go
Astatin
2024-09-13
Fix `C` condition on JP and CALL
Astatin
2024-08-29
Add errors on label already exists
Astatin
2024-08-08
Add a check that JR jumps aren't trying to go too far
Astatin
2024-08-06
Fix constants + add DEC nn
Astatin
2024-08-04
Add define keyword
Astatin
2024-08-04
first commit
Astatin