aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2023-05-01 22:15:24 +0100
committerJuan J. Martinez <jjm@usebox.net>2023-05-01 22:15:24 +0100
commitf1d57fc638aa554f2d78e64bdc8d7e19c31a1a07 (patch)
treeda4a08e5a14e4d58234d0525403ba52f3f002b03
parenta13f56016d10edd1bdc76cadbb0f5f7fd11e0970 (diff)
downloadtr8vm-f1d57fc638aa554f2d78e64bdc8d7e19c31a1a07.tar.gz
tr8vm-f1d57fc638aa554f2d78e64bdc8d7e19c31a1a07.zip
Blank line
-rw-r--r--example.asm1
1 files changed, 0 insertions, 1 deletions
diff --git a/example.asm b/example.asm
index 694501c..56afcba 100644
--- a/example.asm
+++ b/example.asm
@@ -10,7 +10,6 @@
; can use the frame int to sync
ld a, >INT_VECT
ld x, <INT_VECT
-
ld b, <int_handler
ld [a : x], b
inc x