Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 741 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 741 Bytes

Micro:bit Explorer

Micro:bit Explorer is a Swift Playground Book for Apple's Swift Playground App (a free download that runs on an Apple iPad).

Micro:bit Explorer is a teaching-aid allowing users to explore the micro:bit's ARM micro-processor, allowing students to:

  • enter machine code through a hex keypad and examine the contents of registers.
  • change memory using the hex keypad.
  • write commands to execute machine code and change memory.
  • create programs using a simple integrated assembler and watch as code is progressed through the fetch, decode and execute stages of the processor's pipeline.

For an overview, installation and features see: Micro:bit Explorer documentation.