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

Re: creating a new Apple IIgs ROM 03 checksum



oops!  I meant ...
 
        [...]
        lda  #0
        tax
        clc
ckloop  adc  $fc0000,x
        adc  $fd0000,x
        adc  $fe0000,x
        adc  $ff0000,x
        inx
        inx
        bne  ckloop
        [...]

Mike