We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6e1d7d4 + 1476ff1 commit 880a50dCopy full SHA for 880a50d
1 file changed
langs/a86/ast.rkt
@@ -179,6 +179,7 @@
179
180
(define (label? x)
181
(and (symbol? x)
182
+ (nasm-label? x)
183
(not (register? x))))
184
185
(define (instruction? x)
0 commit comments