Search found 211 matches

by buzbard
Sun Sep 19, 2010 8:14 pm
Forum: Programming
Topic: Reading Touch Pad
Replies: 11
Views: 3439

@Leeeeee Nice program! Slight change though, this: LAB_1DEF SEI ; disable interrupts LDA #>LAB_1D60 ; set our code start low byte STA LAB_0314 ; save the IRQ vector low byte LDA #<LAB_1D60 ; set our code start high byte STA LAB_0315 ; save the IRQ vector high byte LDA #$FF ; set A STA LAB_FB ; clear...