• Indirect addressing
    I am using 89s52 microcontroller. While debugging the followin part of program is not simulated. MOV R0,#80H MOV 80H,#55H MOV A,@R0 Here I expect that the data 55h will be loaded in the Accumulator...
  • indirect call
    Hello I have a function like this : static int yaffs_WriteChunkToNAND(struct yaffs_DeviceStruct *dev,int chunkInNAND, const __u8 *data, yaffs_Spare *spare) { . . . return dev->writeChunkToNAN...
  • indirect call
    Hello I have a function like this : static int yaffs_WriteChunkToNAND(struct yaffs_DeviceStruct *dev,int chunkInNAND, const __u8 *data, yaffs_Spare *spare) { . . . return dev->writeChunkToNAN...
  • Indirect addressing
    I am using 89s52 microcontroller. While debugging the followin part of program is not simulated. MOV R0,#80H MOV 80H,#55H MOV A,@R0 Here I expect that the data 55h will be loaded in the Accumulator...
  • Faking indirect SFR access
    Hi everyone, I have an 8051 boot loader for in-system programming. I have a command protocol that allows me to read and write to flash, XRAM, and IRAM over the in-system communications interface...