Web emulator for DCPU-16
0x10co.de
Web emulator for DCPU-16
1–10 of 29 posts
Re: Web emulator for DCPU-16
#2It would be really cool if there was a link to the spec[1], some examples or a tutorial with this.
Re: Web emulator for DCPU-16
#3This is actually quite entertaining :)
Re: Web emulator for DCPU-16
#4neat. 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
#5neat. 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?
Jade - robust, elegant, feature rich template engine for nodejs: https://github.com/visionmedia/jade
Re: Web emulator for DCPU-16
#6neat. 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?
Jade - robust, elegant, feature rich template engine for nodejs: https://github.com/visionmedia/jade
Ugh, what a crappy description. What about "Jade: Haml-style, indentation-based, interpolation template engine for Node.js"?
Re: Web emulator for DCPU-16
#7neat. 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?
https://github.com/mappum/0x10code
Node.js. Express. Jade. MongoDB.
Re: Web emulator for DCPU-16
#8(Not to get too meta, but..) I really like the domain name. It looked like "0x10 code" when I first saw it.
Re: Web emulator for DCPU-16
#9The 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
#10This one is a 1700+ line operating system (AtlasOS, a multi-process capable DCPU-16 Operating System):
just amazing. The code is apparently available at https://github.com/Noxer/AtlasOS.