``` noinline asm void test() @ $b000 { .byte $07 // %00000111 } ``` ``` Syntax error: assembly statement expected .byte $07 // %00000111 ^ ERROR: Parse failed ``` I am missing something, or does Millfork not support byte specification?