diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2023-03-05 16:01:33 -0500 |
---|---|---|
committer | Kyle Gunger <kgunger12@gmail.com> | 2023-03-05 16:01:33 -0500 |
commit | 65793a7933de5da3c4c63bd69d32abe121f7ea30 (patch) | |
tree | 8081a7c33080dbda03b0b1f78a9755cad6f6c12c /.gitignore | |
parent | 7a2fe9afac30082137dd72a072d9a8afbbc45236 (diff) |
Get more basic code gen working
+ bitwise and, or, xor
+ negate values
+ fix basic variable setting
+ fix windows based line endings
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3,3 +3,5 @@ tint *.asm *.o *.out +*.obj +*.exe
\ No newline at end of file |