nsailor / Feather

A single cycle processor implementing a subset of the ARMv7 ISA.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Integrate with the GNU ARM assembler and toolchain.

nsailor opened this issue · comments

Modify/create the necessary build scripts to be able to assemble an ARM assembly file with the arm-none-eabi gcc toolchain, and execute it with our core.

Initial assembler support implemented.