From 7e613457930bc76e33d6fcff21b01af71b8b6f97 Mon Sep 17 00:00:00 2001 From: David Schmenk Date: Thu, 7 Jan 2016 21:25:35 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5402686..ca52e18 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # The PLASMA Programming Language -->PLASMA: Proto Language AsSeMbler for Apple<- +-> PLASMA: Proto Language AsSeMbler for Apple <- PLASMA is a medium level programming language targetting the 8 bit 6502 processor. Historically, there were simple languages developed in the early years 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.