Path: csiph.com!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail From: mmphosis Newsgroups: comp.sys.apple2 Subject: Re: Embed binary code in Applesoft program lines Date: Wed, 28 Jul 2021 21:09:37 -0000 (UTC) Organization: Mac GUI Lines: 13 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Injection-Date: Wed, 28 Jul 2021 21:09:37 -0000 (UTC) Injection-Info: reader02.eternal-september.org; posting-host="e296f38d7f6fe0e8337e58c3f5e4ddad"; logging-data="31487"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19jgjHLj7n+rXPM8ejGTg8/" User-Agent: Mac GUI Usenet Cancel-Lock: sha1:GDgNLKQ0iMy2ayRlKAtDHPq62NI= In-Reply-To: Xref: csiph.com comp.sys.apple2:46404 Here is another one with a slightly different approach. 0 GOTO 1: ONERR AI READ LY RND 1 LET X = 256 * PEEK (104) 2 LET X = X + PEEK (103) + 7 3 LET E = 61588:M = - 1 4 FOR I = E + 9 TO E STEP M 5 POKE 65, PEEK (I): CALL X 6 NEXT https://rosettacode.org/mw/index.php?title=Show_ASCII_table&oldid=339063#Applesoft_BASIC