mirror of
https://github.com/exoticorn/curlywas.git
synced 2026-01-20 11:46:43 +01:00
uw8.ram -> env.memory
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
import "uw8.ram" memory(2);
|
import "env.memory" memory(2);
|
||||||
|
|
||||||
export fn tic(time: i32) {
|
export fn tic(time: i32) {
|
||||||
let i: i32;
|
let i: i32;
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
import "uw8.ram" memory(8);
|
import "env.memory" memory(8);
|
||||||
|
|
||||||
export fn load_uw8(module_start: i32, module_end: i32, base_start: i32, base_end: i32) -> i32 {
|
export fn load_uw8(module_start: i32, module_end: i32, base_start: i32, base_end: i32) -> i32 {
|
||||||
if ?module_start == 0 {
|
if ?module_start == 0 {
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
import "uw8.ram" memory(2);
|
import "env.memory" memory(2);
|
||||||
|
|
||||||
export fn tic(time: i32) {
|
export fn tic(time: i32) {
|
||||||
let i: i32;
|
let i: i32;
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
import "uw8.ram" memory(2);
|
import "env.memory" memory(2);
|
||||||
|
|
||||||
export fn tic(time: i32) {
|
export fn tic(time: i32) {
|
||||||
let i: i32;
|
let i: i32;
|
||||||
|
|||||||
Reference in New Issue
Block a user