Re: A89: The power of basic!


[Prev][Next][Index][Thread]

Re: A89: The power of basic!




In a message dated 9/1/98 10:32:35 PM Eastern Daylight Time, cbohn@afit.af.mil
writes:

> > If the code
>  > 4321C9  cleared the graph screen in assembly language, you could do  Exec
>  > "4321C9"  and that is an assembly string.
>  
>  The 92+ book says the string is a series of 68K opcodes, followed by
>  (optional) expressions.  So, is the string bytecode (eg, 4321C9) as you
>  suggested here, or is it assembly language opcodes (eg, LD.B), which is
what
>  I think of when I read "opcodes"?

no the hex (4321C9) that l made up there is what you would use for the Exec
command.  You would make your source code, run it through an assembler, and if
it gives you the pure hex code then you could somehow make that into a string
var.  If the code you had was in a string var called  A , then you could
probably do  Exec A  to run you asm program.

Visit the TurboSoft Homepage:  The most current Basic programs created by
TurboSoft for the 89.
<A HREF="http://members.aol.com/turbosoft/turbosoft.html">
http://members.aol.com/turbosoft/turbosoft.html</A>