Prev: F69B Up: Map Next: F6E4
F6DD: read the real time clock
Used by the routine at FFDE.
F6DD 78 SEI disable the interrupts
F6DE A5 A2 LDA $A2 get the jiffy clock low byte
F6E0 A6 A1 LDX $A1 get the jiffy clock mid byte
F6E2 A4 A0 LDY $A0 get the jiffy clock high byte
Prev: F69B Up: Map Next: F6E4