Stephen001 / awesome

An awesome platform for awesome games.
http://www.awesomeware.org
2 stars 0 forks source link

Initial opcode reading support #1

Closed Stephen001 closed 14 years ago

Stephen001 commented 14 years ago

For this month I'll be developing an initial implementation of reading opcodes and static values from a binary file, producing opcodes in memory and priming registers.

The scope of the task is as follows:

The deliverable for this task will be new code pushed to github.

Stephen001 commented 14 years ago

Task will be called complete due to commit d50321948d589f9a3f59, although it's not really. The opcodes themselves are not read, and so nothing is tied up into a neat stack of stuff to be executed. Realistically these should be two tasks anyway, as execution is different to priming.