On Sat, Jan 14, 2023 at 5:31 AM Stephen Adolph <[email protected]> wrote:

> thats pretty cool John.
> The other part of this is, how to make use of the code.
> Have you thought about a button to support the poker code to go with the
> data?
>

Thought about it some.

For Raw code you just need to know how to compute the code address of a
string using VARPTR. At this point I can do that from memory but it isn't
completely obvious how to do it in BASIC.

Comma decimal is trivial to rewrite.

For all the others, I end up cut and pasting from other sources, or
rewriting..

To support this better I think you'd need a way to manage parameterizable
snippets of code. You'd want to be able to specify the loader type,
starting line number, override the variable names to use (to avoid
collision with other variables in your program), etc.

The ultimate solution to this kind of stuff is just to cook with gas, on
your desktop, with an assembler and something good at text processing
(Perl).

-- John.

>

Reply via email to