From 089356a3a292052d1c7e4baeabc322f8e26a5aa5 Mon Sep 17 00:00:00 2001 From: Rob Greene Date: Sun, 29 Oct 2023 14:38:15 -0500 Subject: [PATCH] Adding note regarding DOS vs ProDOS for '$embed'. #24 --- api/README-TOKENIZER.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/api/README-TOKENIZER.md b/api/README-TOKENIZER.md index 0416a34..f478929 100644 --- a/api/README-TOKENIZER.md +++ b/api/README-TOKENIZER.md @@ -35,6 +35,8 @@ The framework allows embedding of directives. ### `$embed` +> NOTE: It appears that DOS 3.3 _rewrites_ the resulting application and messes up the linked list of lines. ProDOS does not. + `$embed` will allow a binary to be embedded within the resulting application and can move it to a destination in memory. Please note that once the application is loaded on the Apple II, the program cannot be altered as the computer will crash. Options: