diff options
author | Your Name <you@example.com> | 2020-07-20 02:54:22 +0200 |
---|---|---|
committer | Your Name <you@example.com> | 2020-07-20 02:54:22 +0200 |
commit | c69f053c29faa47d0600f5b147835e970d9cf654 (patch) | |
tree | d97af2f279114c72c3db81ffb489c316fb3f6dd6 /.gitignore | |
download | AARM64-Disassembler-c69f053c29faa47d0600f5b147835e970d9cf654.tar.gz AARM64-Disassembler-c69f053c29faa47d0600f5b147835e970d9cf654.tar.bz2 AARM64-Disassembler-c69f053c29faa47d0600f5b147835e970d9cf654.zip |
Half-added some basic AARM64 instructions such as ADD, RET, MOV, NOP...
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a667115 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +bin/ +disasm.* |