ZaneDubya / YCPU

An imaginary 16-bit cpu, with a complete specification, emulator, assembler, and disassembler, in C#.
24 stars 3 forks source link

Fix size bits in 3.F.2 to match its definition in 3.F.1 #20

Closed ghost closed 3 years ago

ghost commented 3 years ago

a size of $10000 would have $FF as size bits

This only partially fixes #19 as I'm not yet familiar with C# enough to make changes in the implementation.

Thanks @ZaneDubya for the clarification and the project. As someone who hyped for 0x10c and programmed a bit of DCPU in the past, I'm having a lot of fun with this. :)