KarolS / KarolS/millfork

6502 ASM .byte = Syntax error

Open
#142 3 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.