diff options
author | Astatin <[email protected]> | 2024-09-24 15:01:58 +0900 |
---|---|---|
committer | Astatin <astatin@redacted> | 2024-09-24 15:01:58 +0900 |
commit | 748e8ba9e9afd67695ca62f3b691970f943071a6 (patch) | |
tree | 0bc707517ca95fe02e046a11616b18fbd685aa1f /test.gbasm | |
parent | 1680bc5146b25d3631e6b7bfee3946ef59d906fd (diff) |
Add labels in go assembler
Diffstat (limited to 'test.gbasm')
-rw-r--r-- | test.gbasm | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,2 +1,4 @@ LD D, A -LD C, B +Test: + LD C, B + JP =Test |