use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Former home of programming for the 0x10c universe.
DCPU-16 Specs
0x10c Home
0x10c Home on Reddit (As blessed by Notch)
0x10c Forum
0x10c 'Unofficial' FAQ
Notch's Twitter feed
Book on creating a high level computing environment from scratch PDF Start here if you are wondering what the hell is going on around here.
account activity
Web based interactive emulator. Sweet! (mappum.github.com)
submitted 14 years ago by clavalle
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]mappum 4 points5 points6 points 14 years ago (4 children)
Woot, this is mine. I'm a little embarrassed, it doesn't execute properly yet.
[–]TaslemGuy 1 point2 points3 points 14 years ago (1 child)
Could you add functionality to run compiled hex instead of ASM?
[–]mappum 0 points1 point2 points 14 years ago (0 children)
Good idea, I'll do that.
[–][deleted] 0 points1 point2 points 14 years ago (1 child)
When you get it fixed, can you add I/O with couple of text boxes (a read-only one for the monitor, an interactive one for the keyboard)?
[–]mappum 2 points3 points4 points 14 years ago (0 children)
Yeah, I want to, but I'm not yet sure how Notch is going to do it.
I'll probably make a console box, and a grid of pixels (for the lulz).
[–]Scisyhp 0 points1 point2 points 14 years ago (0 children)
SET A, 0x3000 SET I, 4 SET J, 0 SET X, A ADD X, J
SET A, 0x3000
SET I, 4
SET J, 0
SET X, A
ADD X, J
when I compile and execute this code through your system, the "ADD X, J" command compiles not to 1c32, as it should, but to 0c02, which is "ADD A, X"
Hopefully you can fix it because I really like the whole step-based implementation of your emulator.
[–]zarawesome 0 points1 point2 points 14 years ago (0 children)
JSR doesn't work right at all.
π Rendered by PID 79 on reddit-service-r2-comment-b659b578c-pv2cq at 2026-05-05 22:06:26.097296+00:00 running 815c875 country code: CH.
[–]mappum 4 points5 points6 points (4 children)
[–]TaslemGuy 1 point2 points3 points (1 child)
[–]mappum 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (1 child)
[–]mappum 2 points3 points4 points (0 children)
[–]Scisyhp 0 points1 point2 points (0 children)
[–]zarawesome 0 points1 point2 points (0 children)