load() method loads a program into the flash memory, writing the binary machine code and the disassembled instructions. This should only be done once for a FlashMemory object, before any instrumentation is added.
@param p the program to be loaded into the flash memory
| |