pouët.net

what hex strings do you use for debugging?

category: residue [glöplog]
my favourite two:

$1337c0de
$ba55cafe
added on the 2008-02-13 15:49:13 by gwEm gwEm
0x31337303
added on the 2008-02-13 15:49:51 by Gargaj Gargaj
CAFEAFFE
DEADBEEF
added on the 2008-02-13 16:00:51 by pandur pandur
$feedf00d
$bada55
added on the 2008-02-13 16:02:26 by xeron xeron
$deadf00d
$badc0de
$b00bbabe
added on the 2008-02-13 16:10:12 by StingRay StingRay
$c0ffee
$7ea
$c01a
added on the 2008-02-13 16:11:37 by xeron xeron
of cours... $c0cac01a
added on the 2008-02-13 16:11:50 by xeron xeron
oh, i forgot:

$13375h17

added on the 2008-02-13 16:12:45 by StingRay StingRay
argh: move.b #4,h :D
added on the 2008-02-13 16:14:13 by StingRay StingRay
You have to squint pretty hard before a 4 looks like an h :-)
added on the 2008-02-13 16:16:06 by xeron xeron
well, I know :D that's why it's $1337 :P
added on the 2008-02-13 16:17:12 by StingRay StingRay
$b00baffe
added on the 2008-02-13 16:18:20 by dalezr dalezr
debugging?
added on the 2008-02-13 16:24:34 by Preacher Preacher
0x1337b3a7 for the synth
added on the 2008-02-13 16:27:17 by gopher gopher
$dead
added on the 2008-02-13 16:28:13 by MuffinHop MuffinHop
Preacher: copy/paste from "debug.i" that I use in my demosystem:

Code:.ErrorExit lea DebugStatus(pc),a0 move.l #$DEADF00D,(a0)+ move.l d0,(a0) move.l #FX_Restore_Sys,2(a7) nop rte


Might make it a bit more clear. :)
added on the 2008-02-13 16:30:34 by StingRay StingRay
StingRay: I know quite well what debugging is. I was just pointing out that I rarely do debugging with hex strings :)
added on the 2008-02-13 16:35:13 by Preacher Preacher
Well, I know that you know (woohoo :D) what debugging is. :) Thought you were wondering about "why use hex strings for debugging" :-)
added on the 2008-02-13 16:38:10 by StingRay StingRay
what Preacher said
added on the 2008-02-13 16:46:58 by iq iq
0xfacedead
added on the 2008-02-13 16:50:50 by mad mad
should be with th originally
added on the 2008-02-13 16:53:49 by mad mad
b4115
Debugging is for buggers.
added on the 2008-02-13 17:52:20 by chock chock
but not buggers are for debugging.
added on the 2008-02-13 17:54:05 by mad mad
I actually don't debug my code but I would use something like $61286502 or $11235813 now I am thinking it.
added on the 2008-02-13 18:13:47 by Optimus Optimus

login