Skip to content

Instantly share code, notes, and snippets.

@SomeoneWeird
Created June 6, 2015 10:56
Show Gist options
  • Save SomeoneWeird/1402ca55fad30c917b21 to your computer and use it in GitHub Desktop.
Save SomeoneWeird/1402ca55fad30c917b21 to your computer and use it in GitHub Desktop.
var cpu = new CPU([
0xA0, 0xCE, // 200: I = 206
0x60, 0x01, // 202: V[0] = 0x01
0xF0, 0x1E, // 204: I += V[0]
0x12, 0x0D, // 206: JMP 213
0x12, 0x34, // 207-8: DATA
0x56, 0x78, // 209-10: DATA
0x9A, // 212: DATA
0xFA, 0x65 // 213
]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment