-
![image](https://user-images.githubusercontent.com/35066207/147764110-f42d4e1e-8841-4242-8b7f-f9523ced4585.png)
![image](https://user-images.githubusercontent.com/35066207/147764129-24281cd0-ed28-459…
-
I recently wrote a Chip8 emulator in node.js that rendered its graphics through the terminal. It was a fun project that gave me a better understanding of bit-wise operations, how assembly works and al…
-
Hi,
All I'm trying to do is to run https://github.com/sjl/cl-chip8 once, to try it out.
I'm on 64-bit Arch Linux. I have SBCL 1.5.3 installed.
However, I have no idea how to install `cl-losh`…
-
I get this
Ataros-MacBook-Pro:PongoBRIX ataro$ make button_helper.c
make: Nothing to be done for `button_helper.c'.
Ataros-MacBook-Pro:PongoBRIX ataro$ make all
make: *** No rule to make target…
-
CLaSH version: 949a05a1d8b1e4b3aabf22424
I managed to minimize my program into the following, with no external dependencies:
```
{-# LANGUAGE RecordWildCards, TupleSections #-}
{-# LANGUAGE Ap…
-
SUB and RSUB are currently identical
SUB and RSUB calculate borrow but incorrectly - it should be 1 if there is _no_ underflow in the subtraction
SKEQR Checks for equality with the instructions's thi…
T045T updated
10 years ago
-
Upon testing the drawing (via the IBM test), the 'I' is being drawn twice on screen!
-
目前代码中实现timer和频率限制是通过线性计算时间实现的,而我对现有的实现却不能有一个很直观的了解,因为除了一个timer之外,还需要存在对指令执行频率的控制,假如按照当前的逻辑很可能使得代码更加的没法阅读,于是希望利用thread实现相同的功能。这个issue仅仅做一个代码留存,也用作后续thread效果的记录。
**当前实现简单说明**:在执行前记录时间,执行后再次记录时间,计算时间差…
-
I have code that looks like:
```ts
import { Encoder } from 'as-msgpack';
import { Console } from 'as-wasi';
export function run(): void {
let arrayBuffer = new ArrayBuffer(2048);
let encod…
-
They must be on 8-bit style.
jkcgs updated
10 years ago