1
0
mirror of https://github.com/catseye/SixtyPical.git synced 2025-02-16 15:30:26 +00:00

12 lines
116 B
Plaintext
Raw Normal View History

routine foo
inputs a
outputs a
{
cmp a, 42
if z {
ld a, 7
} else {
ld a, 23
}
}