8bitworkshop/presets/base_z80/simple2.c

4 lines
38 B
C

int func(int x) {
return x / 4;
}