Live data from Hacker News

DCPU16 Assembler in less than 200 lines of Ruby

github.com

21–22 of 22 posts

Re: DCPU16 Assembler in less than 200 lines of Ruby

#21
post #15

For Rubyists who wants to play with DCPU-16: https://github.com/judofyr/rcpu It's a DCPU assembler (written in a Ruby DSL) and an emulator/debugger (which allows you to step/run through the execution). Next up I'm going to implement library support and write some I/O functions. Much of the code is already in place though (e.g. https://github.com/judofyr/rcpu/blob/master/examples/screen.... which maps 0x8000-0x8400 to…

[deleted]

Re: DCPU16 Assembler in less than 200 lines of Ruby

#22
post #4

Earlier quoted context omitted.

More important: Who will be the first one to code Minecraft on a DCPU16 computer?

And who will implement Conway's game of life on top of that? (I'm psychic: the next comment will ask who will implement a DCPU16 in Conway's game of life.)

who will implement a DCPU16 in Conway's game of life.
Post reply on HN