Explorar o código

Create README.md

Frans %!s(int64=8) %!d(string=hai) anos
pai
achega
e22c638ffd
Modificáronse 1 ficheiros con 11 adicións e 0 borrados
  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