That's really handy! And short. I'll have to remember that, thanks! > On Aug 15, 2014, at 20:54, Rich Leary <[email protected]> wrote: > > By the way here is the skeleton code to determine if the processor is NMOS or > CMOS: > > lda #$99 > clc > sed > adc #$01 > beq cmos > ;if here it is nmos > nmos: ;put in code to say "NMOS" and exit > ;if here it is cmos > cmos: put in code to say "CMOS" and exit
-- You received this message because you are subscribed to the Google Groups "N8VEM-S100" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
