This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.define define1, 5 | |
.define define2, 5 | |
SET A, label1+label2 | |
SET A, label1+define2 | |
SET A, define1+label2 | |
SET A, define1+define2 | |
SET A, label1-label2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DCPU-16e Specification | |
Version 1.2 | |
=== SUMMARY ==================================================================== | |
* 16 bit words | |
* 8 banks of 0x10000 words of ram, numbered 0-7 | |
* 8 registers (A, B, C, X, Y, Z, I, J) |