[Coco] Memory Map

Louis Ciotti lciotti1 at gmail.com
Mon May 13 10:35:09 EDT 2013


I believe the problem was caused by:

begin     jmp     start
              fdb     done-begin

That was the only real change.




On Mon, May 13, 2013 at 8:26 AM, Fedor Steeman <petrander at gmail.com> wrote:

> Great to hear!
>
> Was it the "END BEGIN" that did the trick? It looks like the assembler
> wants one to indicate blocks by name, in this case "BEGIN"...
>
> BTW I updated the color computer memory map on CoCopedia:
> http://www.cocopedia.com/wiki/index.php/Color_Computer_2_Memory_Map
>
> Cheers,
> Fedor
>
>
>
> On 8 May 2013 19:45, Louis Ciotti <lciotti1 at gmail.com> wrote:
>
> > SUCCESS!
> >
> >         ORG     $0E00
> > BEGIN
> > start   lda     #$f9
> >         ldx    #$400
> > screen  sta    ,x+
> >         cmpx    #$600
> >         bne    screen
> > wait    jsr    [$a000]
> >         beq    wait
> >         rts
> >         END    BEGIN
> >
> > --
> > Coco mailing list
> > Coco at maltedmedia.com
> > http://five.pairlist.net/mailman/listinfo/coco
> >
>
> --
> Coco mailing list
> Coco at maltedmedia.com
> http://five.pairlist.net/mailman/listinfo/coco
>



More information about the Coco mailing list