Re: Disassembling BASIC?
[Prev][Next][Index][Thread]
Re: Disassembling BASIC?
The BASIC files are not compiled to assembly; they're just tokenized. A
parser goes through the tokenized file and executes each statement and does
what is necessary to perform the command.
At 12:02 AM 11/17/97 -0500, Joseph wrote:
>A thought that ran through my head:
>
>Write a BASIC program, disassemble the 8xp file, make minor adjustments
>in the resulting assembly, reassemble and now you have an assembly
>version of a BASIC program.
>
>I haven't tried this, but why won't it work? I know it won't because it
>seems too easy.
>
>-Joseph
>
>
References: