List Question
20 TechQA 2012-05-26T18:33:02.577000How to best get a character from the keyboard on the DCPU16
405 views
Asked by Andreas Vinter-Hviid
Trying to do a simple "hello world" program in DCPU-16
517 views
Asked by user1745805
How to understand the first line of the DCPU-16 specs assembly example?
975 views
Asked by Timothée HENRY
Can you write to [PC]?
858 views
Asked by Matt
Optimizing DCPU-16 FizzBuzz
1.3k views
Asked by halukul
Are the I and J registers special in DCPU-16?
2.1k views
Asked by Mr Speaker
is DCPU-16 assembler 'dat' with a string supposed to generate a byte or word per character?
1.5k views
Asked by James Tauber
Is a preemptive multitasking OS possible on the interruptless DCPU-16?
2.1k views
Asked by Andrew Gorcester
What is the appropriate Racket/Scheme idiom for this code?
668 views
Asked by Kevin Coffey
Why is there a leading 1 in the binary representation of DCPU-16 instructions
549 views
Asked by Manuel Kießling
How should I add a preprocessor to a flex+bison assembler?
2.6k views
Asked by blueshift
Writing a stream cipher for DCPU-16, which should I focus on given it's limitations?
203 views
Asked by Scott Chamberlain
How did Turbo Pascal overlays work?
1.8k views
Asked by Aubrey Jones
Signed arithmetic/control-flow in DCPU-16?
317 views
Asked by BlueRaja - Danny Pflughoeft
Portability of C code for different memory addressing schemes
587 views
Asked by Wim Coenen
DCPU-16 DIV instruction
407 views
Asked by Chad
Writing RC4 for a 16 bit system
789 views
Asked by Scott Chamberlain
How does IFN A, 0x10 translate to 0xc00d in the original spec for DCPU 16
271 views
Asked by Matt Fellows
SET A, 0x1E vs SET A, 0x1F
393 views
Asked by Eric
Keeping track of original line numbers through macro expansion
512 views
Asked by blueshift