implement custom base address for GES

This commit is contained in:
2022-04-18 16:40:16 +02:00
parent 6f20d303c8
commit 7a52ce4e4c
6 changed files with 46 additions and 37 deletions

View File

@@ -55,6 +55,7 @@ data 80 {
include "../../platform/src/ges.cwa"
import "env.pow" fn pow(f32, f32) -> f32;
import "env.exp" fn exp(f32) -> f32;
import "env.sin" fn sin(f32) -> f32;
export fn snd(t: i32) -> f32 {