uw8.ram -> env.memory

This commit is contained in:
2021-11-03 09:14:35 +01:00
parent 75531bbc2f
commit 4f70a65866
4 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
import "uw8.ram" memory(2);
import "env.memory" memory(2);
export fn tic(time: i32) {
let i: i32;