This program is the host application for interacting with the μ'nSP monitor.
UnspMon <port> <operation> <address> [value]
port: the serial port your target is connected on, e.g.COM3operation: one of several command namesaddress: the address to run the command onvalue: optional argument for command
Some commands may take input from standard input and write output to standard output.
Reads a word or many words from target.
With argument: reads value words from address and writes it as binary to
standard output.
Without argument: reads single word from address and writes prints it as hex.
Writes a word or many words to target.
With argument: writes the word value to the address.
Without argument: writes data from standard input to the address. Limited to
0xffff bytes.
Calls the code at the address.
Uploads code from standard input to the address and calls it.