Note: The processing community including and especially Ben and Casey are totally fucking rad so everyone should try it. They answer code questions like nearly overnight. Check out the community site. posted by zpousman at 2:24 PM on December 23, 2005
Along those lines, I remember ripping graphics from games on the Atari ST by breaking w/ the debugger and quckly scanning through memory. Since the debugger's displayed 16 bytes across, it was easy to see graphics because their hex values would look vaguely like their screen representations.
Good times. posted by jewzilla at 3:14 PM on December 23, 2005
Cool. And a nice way to visualize the disassembled code, too. posted by hattifattener at 3:49 PM on December 23, 2005
Why is processing a seperate language and not just an API you can call from java? posted by delmoi at 5:09 PM on December 23, 2005
delmoi: the faq doesn't say, but they've got a stand-alone IDE that actually runs the apps, so it's a bona-fide environment. posted by Heywood Mogroot at 5:29 PM on December 23, 2005
More than strongly reminiscent of DNA sequences. Hmmmm.... posted by longsleeves at 5:47 PM on December 23, 2005
Extremely neat. posted by cortex at 6:13 PM on December 23, 2005
I presented another way to appreciate the code for COMBAT. Maybe not as pretty, but much more informative about how the program works :-) posted by localroger at 6:31 PM on December 23, 2005
Oh, and on later reflection: When doing this kind of analysis (which I do on my own code all the time, on paper with pens) you don't draw arrows to subroutine calls (JSR's). That's just a gratuitous way of increasing the number of arrows in the graphs. And I use arrowheads to indicate jump direction. posted by localroger at 8:24 PM on December 23, 2005
Man, I haven't seen 6502 assembly language in almost twenty years! posted by Slothrup at 8:51 PM on December 23, 2005
Call me a geek, but I'd love to get a poster of one of those printouts. posted by milnak at 10:42 PM on December 23, 2005
posted by Wolfdog at 1:39 PM on December 23, 2005