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
path:
root
/
instructions.go
Age
Commit message (
Collapse
)
Author
2 days
ADD HL, r16 instruction
HEAD
latest
main
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-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-11-14
Add debug instruction
Astatin
2024-11-05
Allow labels defined inside macros to be used as absolute 16b values
Astatin
2024-09-26
Add inline macros
Astatin
2024-09-24
I tried to add labels and macros but brain is mushy and nothing is working ↵
Astatin
correctly
2024-09-24
Add labels in go assembler
Astatin
2024-09-19
Create 1st draft of new assembler in go
Astatin