znah / zff

8-bit computational substrates

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

8-bit computational substrates

This repository contains the code that supplements the article https://arxiv.org/abs/2406.19108

It implements a variant of the z80 2D grid experiment (Figure 12).

Usage

Run a local web server (e.g. python3 -m http.server 8000) and navigate the browser to localhost:8000

Dependencies

  • a modified version of z80 emulator is located in the external folder
  • zig compiler is used to build the WASM code (./build.sh)

About

8-bit computational substrates

License:MIT License


Languages

Language:JavaScript 87.4%Language:C 9.1%Language:HTML 3.2%Language:Shell 0.3%