6502 ASM .byte = Syntax error
Open
- Dominant language
- Scala
- Stars
- 279
- Forks
- 21
- PR merge metrics
- No merged PRs in 30d
Description
```
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?
Contributor guide
Assessment
This issue has not been assessed yet.