Aucune description

Frans 84298dd06c Create LICENSE il y a 7 ans
data b8756092e9 Base 10 litterals il y a 8 ans
src 9bb36e1d32 Minor tweaks il y a 8 ans
.gitignore 3a5b21bc3b Initial commit il y a 8 ans
LICENSE 84298dd06c Create LICENSE il y a 7 ans
README.md e22c638ffd Create README.md il y a 7 ans
pom.xml 9bb36e1d32 Minor tweaks il y a 8 ans

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