Metadata-Version: 2.0
Name: malpy
Version: 0.3.5
Summary: Minimal Assembly Language Virtual Machine
Home-page: https://github.com/LSmit202/Mal-Py
Author: Luke Smith
Author-email: lsmit202@musdenver.edu
License: BSD
Platform: UNKNOWN
Requires-Dist: recordclass

Mal-Py: a minimal assembler and runtime environment in python
#############################################################

Mal-py is a minimal assembler and Assembly runtime environment to teach assembly
It is focused on the principles of Assembly using a Von-Neuman Archtecture.
It provides an assembler and runtime environment.

