1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2025-01-07 15:31:49 +00:00

Update User Manual.md

This commit is contained in:
David Schmenk 2014-06-12 21:30:01 -07:00
parent ef98c5c878
commit 724c600d18

View File

@ -1,5 +1,5 @@
# PLASMA Programming User Manual
## ( Proto Language AsSeMbler for Apple)
# PLASMA 123 Programming User Manual
## (Proto Language AsSeMbler for Apple)
## Introduction
PLASMA is a medium level programming language targetting the 8 bit 6502 processor. Historically, there were simple languages developed in the early history of computers that improved on the tedium of assembly language programming while still being low level enough for system coding. Languages like B, FORTH, and PLASMA fall into this category. The following will take you through the process of writing, building and running a PLASMA module.