Skip to content

A small app in Python, which purpose is to help people learn 16-bit assembly

Notifications You must be signed in to change notification settings

Bauero/Assembly_Interpreter

Repository files navigation

16-bit Assembly Interpreter

About

This is a small personal project which purpose is to create a working program which allow to execute assembly instruction with ability to see how these changes affect multipurpose register, flag register, and stack.

As the goal, the project should have 2 options - to execute written program step by step or interactily execute instructions

Current state of the program

DONE

  • STACK
  • Multipurpose registers
  • FLAG register
  • Basic Variable creation

TODO

  • System Interruptions
  • Window program
  • File propocessing and e-ecution
  • JUMPS

About

A small app in Python, which purpose is to help people learn 16-bit assembly

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages