X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=client%2Fgoodfet.monitor;h=8e90c59fd2b29d63fae6d02e3b9283c4cce7ca5b;hp=4d54dc2232cfae22348f7a0155aa9dd3f97c97ed;hb=21ff17d2af1e50542d9343d7177269a8910ebbe3;hpb=5fb0341d348e101b30794945a6c91546e25e8e7b diff --git a/client/goodfet.monitor b/client/goodfet.monitor index 4d54dc2..8e90c59 100755 --- a/client/goodfet.monitor +++ b/client/goodfet.monitor @@ -83,7 +83,7 @@ if(sys.argv[1]=="dump"): h = IntelHex16bit(None); i=start; while i>1]=client.peekword(i); + h[i>>1]=client.peek16(i); if(i%0x100==0): print "Dumped %04x."%i; i+=2; @@ -121,7 +121,4 @@ if(sys.argv[1]=="verify"): if(i%0x100==0): print "%04x" % i; -if(sys.argv[1]=="whatever"): - for i in [0x24FF, 0x2500, 0x2502, 0x2504]: - print "%04x" % client.peekword(i);