Fixed bug with line numbers and strtok()
diff --git a/as/test/test.s b/as/test/test.s
index 66ca095..35915d6 100644
--- a/as/test/test.s
+++ b/as/test/test.s
@@ -16,7 +16,7 @@
 	bne start
 	jsr another_subroutine
 	tax
-	hlt
+	brk
 
 another_subroutine:
-	ret
+	rts