Re: A86: Tokens
[Prev][Next][Index][Thread]
Re: A86: Tokens
Trey Jazz wrote:
> i got a few questions...what would happen if you made a basic program with
> one of the asm tokens in it instead?
It would probably crash.
> what would happen if you made an asm
> program with an edit lock instead?
You'd probably get an error message and then crash. Unless you mean a hex asm
program. Then it might work.
>
>
> >8E25 Asm
> >8E26 AsmComp
> >8E27 AsmPrgm (ASCII hex)(useful as first two bytes in program)
> >8E28 AsmPrgm (binary) (useful as first two bytes in program)
> >8E29 (edit lock) (useful as first two bytes in program)
References: