浏览代码

Create README.md

Frans 8 年之前
父节点
当前提交
e22c638ffd
共有 1 个文件被更改,包括 11 次插入0 次删除
  1. 11 0
      README.md

+ 11 - 0
README.md

@@ -0,0 +1,11 @@
+# Assembly-Compiler
+
+Compiler for the Tankernn Assembly Language (TAL), the native language of my 8-bit CPU project, which you can ![check out here](https://blog.tankernn.eu/).
+
+## Features
+### Finished
+- Compile from TAL to bytecode.
+- Write said bytecode to RAM using parallel or serial export methods.
+
+### WIP
+- Label and GOTO support