newMicrocontroller()
method is used to instantiate a microcontroller instance for the particular program. It will construct an instance of the Simulator
class that has all the properties of this hardware device and has been initialized with the specified program.
@param p the program to load onto the microcontroller
@return a Microcontroller
instance that represents the specific hardware device with theprogram loaded onto it
|
|