From 2b80990da90bee0edcc76946aae01b1352787f58 Mon Sep 17 00:00:00 2001 From: lkcl Date: Fri, 23 Apr 2021 10:01:23 +0100 Subject: [PATCH] --- 3d_gpu/architecture/decoder.mdwn | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/3d_gpu/architecture/decoder.mdwn b/3d_gpu/architecture/decoder.mdwn index 016a11f99..6fc827030 100644 --- a/3d_gpu/architecture/decoder.mdwn +++ b/3d_gpu/architecture/decoder.mdwn @@ -191,8 +191,12 @@ In this way, different sections of the instruction are successively decoded (maj # second explanation / walkthrough -we (manually) extracted the pseudo-code from the v3.0B specification -(took 2 days): +the general idea here is to minimise the actual amount of work +by using human-and-machine-readable files as much as possible, +and performing automated translation (compilation) into executable +form. + +we (manually) extracted the pseudo-code from the v3.0B specification: then wrote a parser and language translator (aka compiler) to convert -- 2.30.2