Posted on May 02, 2003 at 11:45Hello, In ROM I have declared an array somewhere: .LED DC.B $A6,$FF,$01,... Instead of using: clr Y ld A,(LED,Y) I want to use ld A,(var,Y) So I want to copy the adress of LED into a 16bit variable. How can I do that +...
Posted on April 16, 2003 at 21:35 problem solved! I needed to declare the array UNDER the program code (before end) instead of right behind segment 'rom' greets
Posted on April 11, 2003 at 23:48 I CAN program the flash of an st7, I have a much simpeler programmer than yours.. But I need a program that writes to flash from RAM greetz