Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.01 KB

ReadMe.MD

File metadata and controls

24 lines (17 loc) · 1.01 KB

Ansi C OS Monitor Code for the Motorola 68HC11 MicroController

This is a small monitor application that can be ran on the 68HC11 MicroController

Features

  • Help Menu
  • Go Command - Execute an application at a given memory address
  • MemoeryModify - Small app that allows memory writing at a given address
  • DisplayMemory - Displays A given block of memory - HEX / ASCII
  • Disassembler - Disassemble a given block of memory into Assembly
  • FileLoad - Allows the Loading of an .s19 file.
  • Demo - Runs a demo program that controls a stepper motor connected up to the MicroController (Reading input from a poteniometer to control the motor)

Images

MainMenu

image

Display Memory

image

Stepper Motor

image