Tincode is a fully functional [Intcode](https://esolangs.org/wiki/Intcode) environment, including a C compiler for the Intcode target, an Intcode computer, and an associated assembly language. This project was motivated by [advent of code challenges](https://git.anyn.one/Anynone/advent-of-code-2019) I found really interesting.
  • Rust 85.7%
  • Assembly 13.3%
  • Nix 1%
Find a file
2026-06-15 22:14:27 +02:00
assembler (feat): add memory cells number & partially functionnal memory display 2026-06-14 08:50:35 +02:00
emulator (feat): add partial implementation of stringify_instruction 2026-06-15 22:14:27 +02:00
.gitignore (feat): add input management and usage 2026-06-06 21:59:14 +02:00
flake.lock (init): add nix flake & initial code from aoc project 2026-06-05 00:02:42 +02:00
flake.nix (init): add nix flake & initial code from aoc project 2026-06-05 00:02:42 +02:00
LICENSE Initial commit 2026-06-04 21:40:15 +00:00
README.md Initial commit 2026-06-04 21:40:15 +00:00

Tincode

Tincode is a fully functional Intcode environment, including a C compiler for the Intcode target, an Intcode computer, and an associated assembly language. This project was motivated by advent of code challenges I found really interesting.