aboutsummaryrefslogtreecommitdiff
path: root/test.sts
diff options
context:
space:
mode:
Diffstat (limited to 'test.sts')
-rw-r--r--test.sts15
1 files changed, 10 insertions, 5 deletions
diff --git a/test.sts b/test.sts
index 950a517..9158c49 100644
--- a/test.sts
+++ b/test.sts
@@ -1,11 +1,16 @@
module ia32/elf/begin.sts
+module ia32/float/float.sts
set_entry
-'2'
-'1'
-top as what
-what @ sys_write
-what word_size + @ sys_write_err
+float_init
+8 float_iload
+3 float_iload
+float_div
+float_istore '0' + sys_write
+21 float_iload
+4 float_iload
+float_div
+float_istore '0' + sys_write
sys_exit
module ia32/elf/end.sts