poke2 (2)

new topic     » topic index » view thread      » older message » newer message

Hi hardware freaks,

what i really want to know: a piece of Euphoria code which has the same
impact on the hardware as the following piece of C code:

/***** Begin of C-Code   *****/

  int *ip;  		/* address of 16-bit word */
  
   ip = 0x200000;	/* starting address of hardware memory */
  *ip = 0xABCD;		/* writing 16-bit word at address 0x200000 */

/***** End of C-Code   *****/

Thanks, Rolf

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu