• Indirect function calls with code banking
    Hi, Im having some problems with code banking, regarding to passing functions adresses as parameters. for example: void func ( void(*ret_func1)(void), void(*ret_func2)(void)) { . . . if(x...
  • 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 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...
  • Indirect addresiing
    If I have to write in the extended memory which occupies same address spcae of sfr, how should I write it? It should be seen while debugging. Regards Sandeep agashe
  • 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...