Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 547 Bytes

README.md

File metadata and controls

28 lines (25 loc) · 547 Bytes

About Project

This project is IDE for Assembly language, where user can easily write assembly instructions in the text field and run all written instructions. The results of the instructions can be reviewed below the text field in 16 bit microcontroller simulator.

alt text

List of instructions:

  • mov
  • dec
  • inc
  • not
  • or
  • xor
  • and
  • add
  • stc
  • std
  • clc
  • cld
  • shr
  • shl
  • ror
  • push
  • pop
  • nop
  • hlt