Wonder.png

0x10c World

Article cover image
Apr 5, 2012

Yet another assembler and emulator. This one supports video RAM and the "dat" assembler directive. ...

Article cover image
Apr 5, 2012

; Assembler test for DCPU ; by Markus Persson              set a, 0xbeef                        ; Assign 0xbeef to register a              set [0x1000], a                      ; Assign memory at 0x100 ...

Article cover image
Apr 5, 2012

The as of yet undocumented DAT op code can also be used to read keyboard input by simply referencing dat 0. Here's the code from Notch's pastebin:; Reading characters from the keyboard ; by Markus Per ...

Article cover image
Apr 4, 2012

Yesterday, Mojang announced their next video game project 0x10c, and the response has been tremendous. Discussions have covered everything from the math mystery over the game's name, to creating proje ...

Article cover image
Apr 4, 2012

As you should you, one of the biggest features in 0x10c (I'll just call it "Zero") is the DCPU 16-bit computer. I found a mod that's been out since December, 2011, called ComputerCraft which can be fo ...

Article cover image
Apr 4, 2012

The first time I saw the name, 0x10c, I said to myself, "What the hell? How do I even pronounce that?". I went to the official site for 0x10c and read about the game. I discovered that the "c" is an e ...

Article cover image
Apr 4, 2012

http://web.mac.com/scifione/orig/BOOKS/HEX/hex-def.htmhttp://www.garlikov.com/Soc_Meth.html (all cred to A.Wood!) ...

Article cover image
Apr 4, 2012

An emulator written in C#.There is a demonstration loading and running Notch's test program at line 252.There is a little reference trickery in the method CPU.RefLoc which was to avoid writing that sw ...

Article cover image
Apr 4, 2012

@Notch's spec sheet for the DCPU-16 ...