diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2024-08-03 03:27:48 -0400 |
---|---|---|
committer | Kyle Gunger <kgunger12@gmail.com> | 2024-08-03 03:27:48 -0400 |
commit | b00a5a1123c920a4fc2737fee68347f6285d9ffd (patch) | |
tree | 5544c1687e19759e8999a32fbb3e02ddfe8bec61 /tasm/README.md | |
parent | 7793ee1739ccb239819c6664c89727697be4bf97 (diff) |
Other type helper funcs
Diffstat (limited to 'tasm/README.md')
-rw-r--r-- | tasm/README.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tasm/README.md b/tasm/README.md new file mode 100644 index 0000000..21f7fad --- /dev/null +++ b/tasm/README.md @@ -0,0 +1,3 @@ +# Toat - Tnsl optimizing assembly translator + +A program to take in IR and produce optimized assembly for any system as an output |