-
-
Forked octo about a week ago. Added npm package management, converted the code to typescript, and used webpack to build. Getting close to decent state I think. Doing manual testing and resolving issue…
zZeck updated
5 years ago
-
8XYE should work as 8XXE, the Y part is ignored.
FX55 & FX65 should not change I.
you can find an emulator online [http://chip8.byethost24.com](url), and select TICTAC game rom.
if 8XYE and FX55…
-
I know it never works like that, but one can only try, right?
So, I went running "git pull" thru my reverse engineering projects dump, and noticed that among many projects dead yours is still run…
-
The following code has been working with stable compiler (rustc 1.34.2), but doesn't compile with nightly (rustc 1.36.0-nightly (963184bbb 2019-05-18)).
```rust
fn takes_string(input: S) {
le…
-
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 …