• 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...
  • Indirect addressing does not work
    Hello, I am having a problem with register indirect addressing on the 8051 in assembly. As the debugger gets to the indirect address it does not put anything in that memory location. I can get this...
  • 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...
  • Indirect branch and function attributes
    Hi to everyone, i am trying to use pointer functions to do indirect branch in C code, i am working with an NXP ARM LPC2478 This is my code: // in internal flash unsigned char* MD5BuffSE...