aboutsummaryrefslogtreecommitdiff
path: root/test.sts
diff options
context:
space:
mode:
authorexegete <nikitf-97@mail.ru>2020-10-17 16:40:23 +0300
committerexegete <nikitf-97@mail.ru>2020-10-17 16:40:23 +0300
commit65c54a8986b3519c1949d280e58f46af2eceff85 (patch)
tree0c2a20ec51f0ca2d1472b8df3dd79871e544d99a /test.sts
parentb6b9e29c1484c9c8b8af2b382d3a9d796c310217 (diff)
downloadcryptrobber-65c54a8986b3519c1949d280e58f46af2eceff85.tar
cryptrobber-65c54a8986b3519c1949d280e58f46af2eceff85.tar.xz
cryptrobber-65c54a8986b3519c1949d280e58f46af2eceff85.zip
float, constants, ets
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