Skip to content

Commit 31f66f9

Browse files
committed
Added an important test case
1 parent 9bc0ad7 commit 31f66f9

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

tests/labels_static_pass.asm

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
;`BA
44
;`EE EE EE
55
;`03
6+
;`42
67
;P>Test passed. (1)
78
;P>Test passed. (2)
89
;P>Test passed. (3)
@@ -65,5 +66,11 @@ fill FillCount
6566

6667
db !adefine
6768

68-
; TODO: Test incbin and more.
69+
ArgID = 2
70+
71+
macro in_macro(...)
72+
db <...[ArgID]>
73+
endmacro
74+
75+
%in_macro($40, $41, $42)
6976

0 commit comments

Comments
 (0)