From 688ba249eb11fab259f671e17d5ef63814e70616 Mon Sep 17 00:00:00 2001 From: anon Date: Tue, 26 Sep 2023 14:13:34 +0200 Subject: [PATCH] docs --- documentation/README.md | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/documentation/README.md b/documentation/README.md index 200f590..75736e9 100644 --- a/documentation/README.md +++ b/documentation/README.md @@ -18,6 +18,7 @@ +---------------------------------+ --- + State transition table look up + success --> continue + fail --> look up fallback table @@ -28,6 +29,7 @@ State transition table look up + success --> continue + fail --> return + fail --> return + --- # Legend @@ -36,15 +38,6 @@ State transition table look up | Line | SOS | EOS | | Word | WOS | EOW | -#### SOS -Start Of String - -#### EOS -Start Of String - -#### WOS -Start Of String - --- ##### HALT\_AND\_CATCH\_FIRE H&C is a special state signalling that we have hit a dead end.