From: travisutk Date: Fri, 28 Aug 2009 19:07:59 +0000 (+0000) Subject: Client code for dumping the info memory. X-Git-Url: http://git.rot13.org/?p=goodfet;a=commitdiff_plain;h=2d05c4f8044256af81c31ddb067a04c254c8178e Client code for dumping the info memory. git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@92 12e2690d-a6be-4b82-a7b7-67c4a43b65c8 --- diff --git a/client/goodfet.monitor b/client/goodfet.monitor index e3a0477..ac25c70 100755 --- a/client/goodfet.monitor +++ b/client/goodfet.monitor @@ -58,6 +58,7 @@ if(sys.argv[1]=="peek"): stop=0xFFFF; if(len(sys.argv)>2): start=int(sys.argv[2],16); + stop=start+1 if(len(sys.argv)>3): stop=int(sys.argv[3],16);