Web emulator for DCPU-16
21–29 of 29 posts
Re: Web emulator for DCPU-16
#22(Not to get too meta, but..) I really like the domain name. It looked like "0x10 code" when I first saw it.
That's the point. https://en.wikipedia.org/wiki/Domain_hack
Re: Web emulator for DCPU-16
#23Re: Web emulator for DCPU-16
#24neat. I took a look at the code base and there is a number of files with a jade extension. Anybody know what language/framework that is?
Re: Web emulator for DCPU-16
#25As I see most of sketches are related to printing on screen ;)
Re: Web emulator for DCPU-16
#26The debugger is great! Until this came along I was really struggling to figure out how to write any kind of code for this DCPU thing. I don't have a background in assembly or really any sort of low level programming. The debugger makes the code a lot more approachable for someone like me!
Re: Web emulator for DCPU-16
#27Views counter is not very useful really: sketches from top are getting more views, random view is adding chaos. Voting up would be very good tool to identify interesting programs.
Re: Web emulator for DCPU-16
#28Great work on the web emulator! So--and forgive my ignorance here--is there actually a spec up for things like hardware interrupts, IDTs, trap vectors, whatever? This all seems of limited utility until we know how the machine is actually structured.
Here's Notch's code, originally linked to on twitter, that has been used to justify the way the 16 word buffer works in 0x10co.de