Toolchain for assembly and compilation of new code for FM10000 Instruction Processor Boot State Machine
Go to file
DataHoarder 794bd428fc
All checks were successful
continuous-integration/drone/push Build is passing
Add README.md
2020-12-31 22:24:38 +01:00
src WIP: Initial commit, working basic assembler 2020-12-31 22:06:52 +01:00
.drone.jsonnet Fix .drone.jsonnet build 2020-12-31 22:16:00 +01:00
.gitignore WIP: Initial commit, working basic assembler 2020-12-31 22:06:52 +01:00
CMakeLists.txt Fix .drone.jsonnet build 2020-12-31 22:16:00 +01:00
COPYING WIP: Initial commit, working basic assembler 2020-12-31 22:06:52 +01:00
README.md Add README.md 2020-12-31 22:24:38 +01:00

rrcc

Toolchain for assembly and compilation of new code for FM10000 Instruction Processor Boot State Machine

NOTE: This is a Work In Progress project

Requirements

  • cmake >= 3.13
  • g++ (GCC C++) or clang
  • make

Compilation

  • $ mkdir build && cd build
  • $ cmake ../ && make
  • An executable named ./rrc-as should now exist.

rrc-as

Assembler, kind-of 2-Pass. Quite loose token syntax defined in Token.h

Usage

  • $ ./rrc-as code.asm output.bin