[Coco] Assembly help: Corrupted bin file ?

Roger Taylor operator at coco3.com
Thu Dec 18 18:39:19 EST 2008


At 01:35 AM 12/18/2008, you wrote:
>Thanks Roger.
>
>So, how do I code a multi-segment source file in assembly? Do I just use
>multiple origin statements? Like:
>
>              ORG    $2000
>START   NOP
>              NOP
>END START
>              ORG    $7000
>STRT2   NOP
>              NOP
>END STRT2
>
>Cheers,
>Fedor


Only one END statement is used, and at the end of the listing.  With 
CCASM you really don't need to use it unless you're specifying the 
EXEC address.



-- 
Roger Taylor

http://www.wordofthedayonline.com




More information about the Coco mailing list