aboutsummaryrefslogtreecommitdiff
path: root/test.gbasm
diff options
context:
space:
mode:
authorAstatin <[email protected]>2024-09-24 15:01:58 +0900
committerAstatin <astatin@redacted>2024-09-24 15:01:58 +0900
commit748e8ba9e9afd67695ca62f3b691970f943071a6 (patch)
tree0bc707517ca95fe02e046a11616b18fbd685aa1f /test.gbasm
parent1680bc5146b25d3631e6b7bfee3946ef59d906fd (diff)
Add labels in go assembler
Diffstat (limited to 'test.gbasm')
-rw-r--r--test.gbasm4
1 files changed, 3 insertions, 1 deletions
diff --git a/test.gbasm b/test.gbasm
index f64992a..2e71378 100644
--- a/test.gbasm
+++ b/test.gbasm
@@ -1,2 +1,4 @@
LD D, A
-LD C, B
+Test:
+ LD C, B
+ JP =Test