From 1687bcf6ab919169b1a20580a55d81f1a5826317 Mon Sep 17 00:00:00 2001 From: David Schmenk Date: Sat, 30 Jan 2016 12:08:58 -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 06cffe6..e0650b4 100755 --- a/README.md +++ b/README.md @@ -163,7 +163,7 @@ to run the module. You will be rewarded with `Hello, world.` printed to the scre +TEST ``` -and you should see the same screenful of gibberish you saw from the portable VM, but on the Apple II this time. Both VMs are running the exact same module binaries. To view the source of these modules refer to `PLASMA/src/samplesrc/hello.pla`, `PLASMA/src/samplesrc/test.pla`, and `PLASMA/src/sammplesrc/testlib.pla`. To get even more insight into the compiled source, view the corresponding `.a` files. +and you should see the same screenful of gibberish you saw from the portable VM, but on the Apple II this time. Both VMs are running the exact same module binaries. To view the source of these modules refer to `PLASMA/src/samplesrc/hello.pla`, `PLASMA/src/samplesrc/test.pla`, and `PLASMA/src/samplesrc/testlib.pla`. To get even more insight into the compiled source, view the corresponding `.a` files. # Tutorial