Skip to content
This repository has been archived by the owner on Oct 21, 2018. It is now read-only.
/ ThumbSC Public archive

Thumb Simulator (C#) for Cortex-M0

License

Notifications You must be signed in to change notification settings

OpenPythons/ThumbSC

Repository files navigation

ThumbSC

Thumb Simulator (C#)

Reference

Limitation

  • It was used as a kind of stepping stone to implement ThumbSJ.
  • 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.