EDIT: To be specific, I want to replace this:
sta HMCLR secwith this:
asl HMCLRWhich should strobe HMCLR and shift INPT3 into the carry.
ANOTHER EDIT:
I just realized that this will work as well:
lsr HMCLRWhich will strobe HMCLR and shift bit 0 of HMCLR ($2B) into the carry - which should always be the lowest bit of %x0101011. Right? That seems to work in z26 and Stella, and checking a trace log of z26 seems to confirm that the value is consistent.
Edited by vdub_bobby, Fri Aug 5, 2005 3:24 PM.















