From c186d478fb40020950568ac88568247a71c37510 Mon Sep 17 00:00:00 2001 From: Steven Hugg Date: Sun, 2 Jul 2023 10:11:04 -0500 Subject: [PATCH] removed ga --- doc/compilers.txt | 2 +- doc/notes.txt | 18 +++++++++++++++++- index.html | 11 ----------- 3 files changed, 18 insertions(+), 13 deletions(-) diff --git a/doc/compilers.txt b/doc/compilers.txt index 983b910f..9a5b25a5 100644 --- a/doc/compilers.txt +++ b/doc/compilers.txt @@ -38,7 +38,7 @@ gcc6809 - need to check this out SmallerC - https://github.com/alexfru/SmallerC vbcc - Targets 68K, patch for z-machine -http://sun.hasenbraten.de/vbcc/\ +http://sun.hasenbraten.de/vbcc/ OTHER COMPILERS diff --git a/doc/notes.txt b/doc/notes.txt index 0a085cb6..05285e95 100644 --- a/doc/notes.txt +++ b/doc/notes.txt @@ -367,6 +367,22 @@ Programmatic Asset Language - RLE compression - check constraints +https://github.com/endojs/endo/blob/master/packages/ses/README.md + +- CPU-independent IR +- structured assembler IR +- ECS/macros module +- HLL +- static analysis module +- linker/placement module + - inlining, data reuse + - nested tag for segments +- binary generation module +- remote fetch module +- asset module (bitmaps, sprites, tiles, palettes, compression...) +- asset editor UI +- debugging API (custom state, per-cycle watchpoints) + --- @@ -540,7 +556,6 @@ Should call trap() every cycle or insn of frame, or exit when returns true? BETTER DEBUGGING -Need to mark start/end columns, not just line number Know if we are actively debugging or trap occurred isRunning() = stopped, running, waiting, debugging... Showing running PC may be distracting, maybe lines visited? @@ -561,3 +576,4 @@ preprocessor differences (#define FOO 1 so #if works) extern void do_func(void) #pragma warnings CFG files + diff --git a/index.html b/index.html index 555926ab..b2bbd130 100644 --- a/index.html +++ b/index.html @@ -23,16 +23,6 @@ body { - - - - @@ -204,7 +194,6 @@ if (window.location.host.endsWith('8bitworkshop.com')) {