• 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 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
  • SFR access without keyword "sfr"
    Hi, I'm trying to access SFR memory using the hexa address of the SFR and using only "C" instructions. Since SFR memory is accessed by direct addressing mode, like the first 128 bytes of internal...
  • Accessing SFR
    Hi Please, How i implement this code in CARM? ///////////////////////////////////////////// typedef struct _AT91S_RTC { AT91_REG RTC_CR; // Control Register AT91_REG RTC_MR; // Mode Register ...