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
11 days
Fix the example for current assembler version + add an example for serial com...
HEAD
latest
main
Astatin
2025-07-29
Allow raw16 offsets (+ and -)
Astatin
2025-07-19
Add .INCLUDEBIN macro
Astatin
2025-06-18
Fixing oopsie error message using variables that don't exist :3
Astatin
2025-06-18
Fix .PADTO in macro & allow to use current_address in .DEFINE
Astatin
2025-06-10
Add ASSERT macro + fix label substractions banks + add . for current address
Astatin
2025-06-10
Add support for cross bank labels
Astatin
2025-06-06
Adding substractions parameters + inv param macro + banked symbols
Astatin
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