From 65c54a8986b3519c1949d280e58f46af2eceff85 Mon Sep 17 00:00:00 2001 From: exegete Date: Sat, 17 Oct 2020 16:40:23 +0300 Subject: float, constants, ets --- test.sts | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'test.sts') 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 -- cgit v1.2.3