mirror of
https://github.com/exoticorn/microw8.git
synced 2026-01-20 11:16:42 +01:00
13 lines
222 B
Plaintext
13 lines
222 B
Plaintext
import "env.memory" memory(4);
|
|
import "env.printString" fn print(i32);
|
|
|
|
export fn upd() {
|
|
}
|
|
|
|
start fn start() {
|
|
print(0);
|
|
}
|
|
|
|
data 0 {
|
|
"Press " i8(0xe0) " and " i8(0xe1) " to adjust, " i8(0xcc) " to commit." i8(0)
|
|
} |