From 18eb235b4e6c13267ea04f50486051ce19b31810 Mon Sep 17 00:00:00 2001 From: David Schmenk Date: Sat, 7 Jun 2014 08:10:18 -0700 Subject: [PATCH] Update User Manual.md --- User Manual.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/User Manual.md b/User Manual.md index aae197b..64a6c43 100644 --- a/User Manual.md +++ b/User Manual.md @@ -36,7 +36,7 @@ Load module HELLO.REL Hello, world. ``` -A couple of things to note: **plasm** only accepts input from stdin and output to stdout. To build **acme** compatible module source, tha '-AM' flags must be passed in. The **acme** assembler needs the --setpc 4096 to assemble the module at the proper address, and the -o option sets the output file. The makefile in the lawless-legends/PLASMA/src directory has automated this process. Enter: +A couple of things to note: **plasm** only accepts input from stdin and output to stdout. To build **acme** compatible module source, tha '-AM' flags must be passed in. The **acme** assembler needs the --setpc 4094 to assemble the module at the proper address ($1000 - 2), and the -o option sets the output file. The makefile in the lawless-legends/PLASMA/src directory has automated this process. Enter: ``` make hello