From 724c600d182343f316fa2452f1b7b98345951c1e Mon Sep 17 00:00:00 2001 From: David Schmenk Date: Thu, 12 Jun 2014 21:30:01 -0700 Subject: [PATCH] Update User Manual.md --- doc/User Manual.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/User Manual.md b/doc/User Manual.md index 64a6c43..9240c3c 100644 --- a/doc/User Manual.md +++ b/doc/User Manual.md @@ -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.