Re: A83: Non-application asm program.


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

Re: A83: Non-application asm program.




On Fri, 26 Nov 1999, James Matthews wrote:

> 
> Hi all,
> 
> I've done all my assembly programming for the 83Plus using applications --
> not standard assembly. Anyway, I want to now code using standard
> assembly...but bugger me if I can figure out how. What does the program
> header have to look like?...I take it you can use ZDS for all of this too.
> Urgh. :)

Well, write the program like you normally would... but include a
pre-header of BB 6D to the program.  This does not get copied when the
program is executed, so it does not get included in your ORG 9d95, the
first byte of your program will be at 9d95, which essentially puts the BB
at 9d93.  Sorry if that's a little confusing...

     Daniel Church      |  "War doesn't determine who is right-
     ___---^---___      |   only who is left."
    dchurch@mbhs.edu    |  -anonymous

-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GCS/M/S/MU>AT d-(+)(x) s++:- a16@ C++(+++)>++++$ UL++++ P+ L+++(++)>++++
E W+>++ N+ o? K? w(---) !O !M(--) V? PS+(++) PE(--) Y? !PGP>+ t+ 5 X()+
R>+ tv+() b+(++)>+++ DI++>++++ D++ G+>++ e-(*)>++ h!>>-(---) r+>++ y>+
------END GEEK CODE BLOCK------



Follow-Ups: References: