[Coco] Memory Map

Louis Ciotti lciotti1 at gmail.com
Wed May 8 13:45:01 EDT 2013


SUCCESS!

        ORG     $0E00
BEGIN
start   lda     #$f9
        ldx    #$400
screen  sta    ,x+
        cmpx    #$600
        bne    screen
wait    jsr    [$a000]
        beq    wait
        rts
        END    BEGIN



More information about the Coco mailing list