From 887875959aa84af92291db334898aaa20956e632 Mon Sep 17 00:00:00 2001 From: allexanderbergmans Date: Fri, 3 Jul 2026 12:17:10 +0200 Subject: init --- sim/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 sim/README.md (limited to 'sim') diff --git a/sim/README.md b/sim/README.md new file mode 100644 index 0000000..45fc547 --- /dev/null +++ b/sim/README.md @@ -0,0 +1,8 @@ +# Instruction-Set Simulator + +Functional (and optionally cycle-approximate) simulator for Fyntv. + +- Reads ELF binaries +- Executes instructions via decode-dispatch loop +- Provides GDB remote debugging stub +- Tracks instruction counts, cycle estimates -- cgit v1.3