Search code examples
does the dcpu-16 have a stack or does the stack pointer just point to ram adresses ?(writing a dcpu-...

dcpu-16

Read More
How did Turbo Pascal overlays work?...

pascaldcpu-16

Read More
How to understand the first line of the DCPU-16 specs assembly example?...

assemblydcpu-16

Read More
Reducing size of switch statement in emulator?...

c++switch-statementemulationdcpu-16

Read More
How should I add a preprocessor to a flex+bison assembler?...

bisonyaccflex-lexerdcpu-16

Read More
DCPU-16 won't accept input from keyboard...

assemblyinputdcpu-16

Read More
How to best get a character from the keyboard on the DCPU16...

dcpu-16

Read More
Writing RC4 for a 16 bit system...

encryptionassembly16-bitdcpu-16rc4-cipher

Read More
Keeping track of original line numbers through macro expansion...

yacclexcompiler-theorydcpu-16

Read More
How does IFN A, 0x10 translate to 0xc00d in the original spec for DCPU 16...

assemblydcpu-16

Read More
SET A, 0x1E vs SET A, 0x1F...

stackdcpu-16

Read More
Are the I and J registers special in DCPU-16?...

assemblydcpu-16

Read More
Signed arithmetic/control-flow in DCPU-16?...

dcpu-16

Read More
Writing a stream cipher for DCPU-16, which should I focus on given it's limitations?...

cryptographydcpu-16stream-cipher

Read More
Why is there a leading 1 in the binary representation of DCPU-16 instructions...

assemblybinaryhexdcpu-16

Read More
DCPU-16 DIV instruction...

assemblydcpu-16

Read More
Is a preemptive multitasking OS possible on the interruptless DCPU-16?...

multitaskinginterruptdcpu-16

Read More
What is the appropriate Racket/Scheme idiom for this code?...

schemeracketdcpu-16

Read More
Optimizing DCPU-16 FizzBuzz...

assemblyfizzbuzzdcpu-16

Read More
is DCPU-16 assembler 'dat' with a string supposed to generate a byte or word per character?...

dcpu-16

Read More
Can you write to [PC]?...

dcpu-16

Read More
BackNext