1
0
mirror of https://github.com/catseye/SixtyPical.git synced 2025-01-23 10:30:16 +00:00
2018-03-06 10:32:52 +00:00

12 lines
116 B
Plaintext

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