1
0
mirror of https://github.com/KarolS/millfork.git synced 2026-04-19 10:42:10 +00:00

Merge pull request #84 from zbyti/master

A8 fixed example code
This commit is contained in:
Karol Stasiak
2020-10-30 23:22:42 +01:00
committed by GitHub
-1
View File
@@ -31,7 +31,6 @@ void printScore(word val) {
}
void main() {
array(bool) flags[size] align(1024)
word i@$e0, bingo@$e2
word x@$e4, y@$e6, p@$e8, t@$ea
byte n@$82