[stella] need easy help - FAST!

Subject: [stella] need easy help - FAST!
From: Chris Wilkson <ecwilkso@xxxxxxx>
Date: Wed, 17 Mar 2004 20:47:41 -0500 (EST)
Hi all,

A favor to ask:  Can someone please compile the code below for me
and email the resulting ROM to me???  I'm temporarily without tools,
and can't do it myself.  I need it before Friday morning.  Thanks!

-Chris

    org $F800
Start
    sei
    cld
    ldx #$FF
    txs
    lda #0
Clear
    sta 0,X
    dex
    bne Clear

Main
    sta WSYNC
    lda #$8f
    ldx SWCHB
    bpl Store
    lda #$9f
Store
    sta COLUPF
    nop
    nop
    lda #$13
    sta COLUPF
    nop
    nop
    nop
    nop
    nop
    nop
    nop
    nop
    nop
    nop
    lda #$f3
    sta COLUPF
    nop
    nop
    nop
    nop
    nop
    nop
    nop
    nop
    nop
    nop
    lda #$0f
    sta COLUPF
    jmp Main

    org $FFFC
Vectors
    .word Start
    .word Start

----------------------------------------------------------------------------------------------
Archives (includes files) at http://www.biglist.com/lists/stella/archives/
Unsub & more at http://www.biglist.com/lists/stella/


Current Thread