diff options
author | mrb0nk500 <b0nk@b0nk.xyz> | 2021-04-04 12:39:34 -0400 |
---|---|---|
committer | mrb0nk500 <b0nk@b0nk.xyz> | 2021-04-04 12:39:34 -0400 |
commit | 04cc80c19d763f6de4ef5c3baac5026e5e6969b3 (patch) | |
tree | 9407076966196a65faa786518a529f79daeefa76 /.gitignore | |
parent | 35a18609864470b3dc49f3a9a6cb6ec93e57300d (diff) |
- Fixed a bug to do with how SIB operands were parsed
in the assembler.
- Rewrote more of the SuB Suite to use the new calling
convention.
- Fixed a bug to do with SIB operands in the
emulator's disassembler.
- Made the MMV instruction not require a loop prefix
for copying data.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a843a26 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +.gitignore +programs/sub-suite/tmp-stuff/ +*.o +cisc-0.2 |