maskprocessor to output in HEX?
#2
Not sure if this matches your use case, but FWIW, hops suggested this workaround:

Code:
$ ./mp64.bin -1 ?dabcdef '$HEX[?1?1]'
$HEX[00]
$HEX[01]
$HEX[02]
$HEX[03]
$HEX[04]
$HEX[05]
$HEX[06]
$HEX[07]
$HEX[08]
$HEX[09]
....
~


Messages In This Thread
maskprocessor to output in HEX? - by tibit - 01-24-2015, 11:15 PM
RE: maskprocessor to output in HEX? - by royce - 11-25-2017, 10:34 PM