Skip to content

Instantly share code, notes, and snippets.

@esben
Last active November 16, 2015 12:44
Show Gist options
  • Save esben/fff0bcdcaeb652c37635 to your computer and use it in GitHub Desktop.
Save esben/fff0bcdcaeb652c37635 to your computer and use it in GitHub Desktop.
puts FOO
set RBSTAT [ocd_mdw 0x01530400 1]
puts BAR
puts $RBSTAT
puts FOOBAR
outputs
FOO
0x01530400: 40000000
BAR
0x01530400: 40000000
FOOBAR
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment