Make the IPL optional if the implementation has a front panel.

This commit is contained in:
CrazyEttin 2022-08-30 00:48:37 +03:00
parent a5d85c0896
commit 4f84079543
1 changed files with 5 additions and 5 deletions

View File

@ -83,11 +83,11 @@ reference to or relative to a label.
Boot
----
At boot the initial program loader (IPL) loads a program to the RAM
starting at address 0 after which is cedes control to the CPU. The
instruction and return pointers are initialised as 0 and the first
address after RAM respectively, while other registers and RAM are
uninitialised.
At boot the initial program loader (IPL) loads a program to RAM starting
at address 0 after which is cedes control to the CPU. If an
implementation has a front panel the IPL is optional. The instruction
and return pointers are initialised as 0 and the first address after RAM
respectively, while other registers and RAM are uninitialised.
Emulator
--------