1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2025-04-14 20:37:30 +00:00

Create Architecture

This commit is contained in:
David Schmenk 2014-06-12 21:26:41 -07:00
parent db1c9aeaeb
commit 921c611567

2
doc/Architecture Normal file
View File

@ -0,0 +1,2 @@
# PLASMA 123 Architecture
This document describes the low-level implementation of PLASMA. It is not necessary to know how PLASMA is implemented to write PLASMA programs, but understanding how the virtual machine operates can give you insight on how certain operations are carried out and how to write optimal PLASMA code. It *is* a requirement to understand when interfacing to native 6502 code.