Live data from Hacker News

I made a debugger that draws the state machine of the program

i.imgur.com

1–10 of 62 posts

Re: I made a debugger that draws the state machine of the program

#3
That is absolutely awesome. I used to have something like this: a pair of very fast dacs hooked up to the 16 address lines of my computer and another dac hooked up to the databus. It allowed me to look straight into the memory of the machine as the processor was accessing it, quite a powerful tool. Yours is nicer though (and with todays memory size I'd hate to think about the quantity of data that passes in a split second across the bus of a modern pc).

Re: I made a debugger that draws the state machine of the program

#7
post #3

That is absolutely awesome. I used to have something like this: a pair of very fast dacs hooked up to the 16 address lines of my computer and another dac hooked up to the databus. It allowed me to look straight into the memory of the machine as the processor was accessing it, quite a powerful tool. Yours is nicer though (and with todays memory size I'd hate to think about the quantity of data that passes in a split s…

What did they drive?

Re: I made a debugger that draws the state machine of the program

#10
post #4
post #2

source: https://github.com/r0nk/ward

I'm slightly saddened that Github doesn't recognize Brainfuck files.

Of course it does:

https://github.com/r0nk/ward/blob/master/hello.bf

https://github.com/github/linguist/blob/master/lib/linguist/...

Just not in Ace (their code editor).

It doesn't count it in language statistics, though.

Post reply on HN