0x10code
0x10code copied to clipboard
:computer: A website for sharing and developing code for DCPU16, from Mojang's game 0x10c.
You'll need to update the Mongo database to include a string "toolchain" column.
Given a simple program like: ``` SET A, 1 SET B, 2 SET C, [test+1] ; Syntax error; assembler can't handle "label plus literal" notation :exit SET PC, exit :test...
Clock WILL NOT jump to a subroutine specified by IAS [subroutine]. Has a tendency to RFI to beginning of entire program as well. I think IAS might just be broken.
It's not really that easy to do 64-bit subtraction because `SBX` is screwed up. The 1.7 spec says: `3 | 0x1b | SBX b, a | sets b to b-a+EX,...
Hello, I've been using 0x10co.de for some time, and I think it is a very good place to test programs. But I didn't wrote this 'issue' thingy to do a...
Could you add "All programs" list with all programs uploaded to 0x10co.de which we can sort by title, author or date of post? Also way to search in code or...
Here is some compiled code that shows this: http://pastebin.com/JLtz0nnh The memdump in debug shows that the values are in video ram, but just not shown on the console.
Right now it's pinned to 100kHz, why not have a little menu where you can set the frequency to your own value or select from a few, like 1kHz, 10,...
Tested in goforth: http://0x10co.de/hiwhx Goforth expects enter to send the keycode spec'ed in the keyboard spec. 0x10co.de does generate that keycode, but then it also generates an extra 0x13. It...
Can you make list of examples such as http://0x10co.de/d6ssm that display specific functionality (in this case getting display to work)? This surely would help newbies.