Copying values pointed to by addresses stored in two variables (confusion with pointers).
Copying values pointed to by addresses stored in two variables (confusion with pointers).
Copying values pointed to by addresses stored in two variables (confusion with pointers).
How can I force the entry-point to be at start of .text?
Would a LiPo battery need protecting from reverse current?
Why does this diagram on CMOS switching show the ground voltage rising?
How can I improve this hacky SV assertion?
Unexpected large number of external interrupts except when logic analyzer is connected to pin.
How come there are components in TO220 packages that supposedly take 100A given their small legs?
How can I figure out which phases in a BLDC motor to power without knowing how its wound?
thanks for the reply. my goal is in fact to take what is at address 0xf0 and store it at 0x400. I know it resembles another beginner error but it's not this time :)
the example code I've given looks pretty contrived but I'll be using this to write startup code for a microcontroller, and the values starting at src are initial values in flash I need to copy over to dest which is SRAM.