nsailor / Feather

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement branching.

nsailor opened this issue · comments

Add support for the B and BL instructions.
The BX, BLX, andBXJ instructions that switch to the Thumb and Jazelle modes do not need to be supported just yet.