jtauber / DCPU-16-Examples

Example Code for Notch's DCPU-16 Instruction Set
41 stars 11 forks source link

Added floating point example #3

Closed shauncarpenter closed 12 years ago

shauncarpenter commented 12 years ago

This example doesn't actually run on the DCPU16py emulator, but for now it runs correctly on a couple of others.

jtauber commented 12 years ago

do you know if it's an assembler bug or emulator bug?

shauncarpenter commented 12 years ago

emulator, I'm going to add an issue to dcpu16py, I'm just organizing the output dump.

shauncarpenter commented 12 years ago

I've made the issue in https://github.com/jtauber/dcpu16py/issues/64