Sen descrición

Frans 84298dd06c Create LICENSE %!s(int64=7) %!d(string=hai) anos
data b8756092e9 Base 10 litterals %!s(int64=8) %!d(string=hai) anos
src 9bb36e1d32 Minor tweaks %!s(int64=8) %!d(string=hai) anos
.gitignore 3a5b21bc3b Initial commit %!s(int64=8) %!d(string=hai) anos
LICENSE 84298dd06c Create LICENSE %!s(int64=7) %!d(string=hai) anos
README.md e22c638ffd Create README.md %!s(int64=7) %!d(string=hai) anos
pom.xml 9bb36e1d32 Minor tweaks %!s(int64=8) %!d(string=hai) anos

README.md

Assembly-Compiler

Compiler for the Tankernn Assembly Language (TAL), the native language of my 8-bit CPU project, which you can check out here.

Features

Finished

  • Compile from TAL to bytecode.
  • Write said bytecode to RAM using parallel or serial export methods.

WIP

  • Label and GOTO support