aboutsummaryrefslogtreecommitdiff
path: root/ia32/macro.sts
diff options
context:
space:
mode:
authorAleksey Veresov <aleksey@veresov.pro>2020-10-16 13:34:42 +0300
committerAleksey Veresov <aleksey@veresov.pro>2020-10-16 13:34:42 +0300
commit68ea390db8e5977dcc84dc93daeb467ee243cb35 (patch)
tree4d503843299b68da2fd55b3a212f7afecadf6e4a /ia32/macro.sts
parent405c4f104975e5456ce6b28ad31fd996d3f4b657 (diff)
downloadcryptrobber-68ea390db8e5977dcc84dc93daeb467ee243cb35.tar
cryptrobber-68ea390db8e5977dcc84dc93daeb467ee243cb35.tar.xz
cryptrobber-68ea390db8e5977dcc84dc93daeb467ee243cb35.zip
Restyled ia32.
Diffstat (limited to 'ia32/macro.sts')
-rw-r--r--ia32/macro.sts48
1 files changed, 24 insertions, 24 deletions
diff --git a/ia32/macro.sts b/ia32/macro.sts
index befcccb..efd062e 100644
--- a/ia32/macro.sts
+++ b/ia32/macro.sts
@@ -1,50 +1,50 @@
[ next 0
- # ad ?' # ff ?' # 20 ?'
+ # ad ?' # ff ?' # 20 ?'
]
[ defasm 1
- [ %1% 0
- _%0% ?.
- \]
- ?$ ?? _%1%
- ?$ # 4 ?+ ?.
+ [ %1% 0
+ _%0% ?.
+ \]
+ ?$ ?? _%1%
+ ?$ # 4 ?+ ?.
]
[ defword 1
- [ %1% 0
- _%0% ?.
- \]
- ?$ ?? _%1%
- _docol # 4 ?+ ?.
+ [ %1% 0
+ _%0% ?.
+ \]
+ ?$ ?? _%1%
+ _docol # 4 ?+ ?.
]
[ defarr 2
- _data_segment ?choose
- ?$ ?? _%1%_arr
- # %2% # 4 ?* ?res
- _code_segment ?choose
- defasm %1%
- ; push _%1%_arr
- # 68 ?' _%1%_arr ?.
- next
+ _data_segment ?choose
+ ?$ ?? _%1%_arr
+ # %2% # 4 ?* ?res
+ _code_segment ?choose
+ defasm %1%
+ ; push _%1%_arr
+ # 68 ?' _%1%_arr ?.
+ next
]
[ defvar 1
- defarr %1% 1
+ defarr %1% 1
]
[ literal 0
- lit # %1% ?.
+ lit # %1% ?.
]
[ set_entry 0
- ?$ _threaded_code_entry ?!
+ ?$ _threaded_code_entry ?!
]
[ if 0
- 0branch ?$ # 0 ?.
+ 0branch ?$ # 0 ?.
]
[ fi 0
- ?$ ?swap ?!
+ ?$ ?swap ?!
]