-
Hello!
I'm the author of Octo, and I'm now in the process of gathering an archive of Chip8 homebrew from across the web. Piper is a lovely little game; I was delighted to discover it during my rese…
-
**Describe the bug**
The display for the **sound** timer (shown as the ST value in the UI) always matches the **delay** timer (shown as the DT value in the UI)
**To Reproduce**
The easiest way to…
-
Consider the following example:
```
: main
vc := 10
vd := 10
v0 := 0
:breakpoint before
if v0 == 0 then i := long data
if v0 == 1 then i := long data
:breakpoint after …
-
Hey, what would you guys suggest to get started with Rust on an Arduino uno?
Im thinking about how would one get to have rustc with target AVR enabeled. If this is not yet possible, what are other…
-
Decide where to put the source of docs versus the pdfs, e.g. assembler_reference.md/.pdf, where to put source chip8 programs, binary ones. Issue appropriate git add/commit/mv/commit commands.
-
This bug just popped up where if I run my program, then click off of the main window to the console window, the program segfaults almost immediately. I'm not certain that this is a rust problem as it …
-
This bug just popped up where if I run my program, then click off of the main window to the console window, the program segfaults almost immediately. I posted an issue in the rust repo, but they wante…