Search found 1 match

by NotHed
Mon Apr 13, 2009 5:59 pm
Forum: IDE
Topic: Choosing where to write program memory
Replies: 0
Views: 3040

Choosing where to write program memory

I am trying to write some code to check the Program Counter Latches for microelectronic failure. The method that I plan on using is to write to the latches and then when the PC jumps to a new place in memory the code will be there. I tried to use the org directive in assembly, and the disassembly vi...