Skip to content
This repository has been archived by the owner on Apr 25, 2021. It is now read-only.

Latest commit

 

History

History
19 lines (17 loc) · 773 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 773 Bytes

ThumbSF

Thumb Simulator (Kotlin) for Cortex-M0

Reference

Limitation

  • This project was developed to use micropython in OpenComputers.
  • If you need a serious Thumb simulator, use Unicorn.
  • Some instructions are not implemented properly or are incorrect.
  • Interrupts are not supported because isc vectors are not supported. (SVC instruction is supported)
  • Only application registers are supported.