From 16eb93c9476ad472b29ee02eec370b09605d9dcc Mon Sep 17 00:00:00 2001 From: n loewen Date: Tue, 19 Dec 2023 09:26:31 -0800 Subject: [PATCH] (docs) mainframe design - Swap 'FED' for 'NXT' to match name in arch spec --- docs/mainframe-design.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/mainframe-design.md b/docs/mainframe-design.md index 83db717..694d806 100644 --- a/docs/mainframe-design.md +++ b/docs/mainframe-design.md @@ -50,7 +50,7 @@ Only one input or output device can be accessed at a time. 1. Use `DEV xx` to select output device _xx_ 2. Use `OUT yy` to write one byte from memory at address _yy_ -3. Use `FED xx` to... +3. Use `NXT xx` to... - card punch: load a new card - printer: begin a new line (CR, LF) - display: begin a new line