From a351a527e6eea7b7bd5c2464d66d5254f0103720 Mon Sep 17 00:00:00 2001 From: Warren Toomey Date: Thu, 3 Mar 2016 09:52:17 +1000 Subject: [PATCH] Added more init.s comments --- src/cmd/init.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cmd/init.s b/src/cmd/init.s index 2f5e8d3..6fde041 100644 --- a/src/cmd/init.s +++ b/src/cmd/init.s @@ -152,7 +152,7 @@ login: jmp 017701 " and then jump to the code boot: - lac d2 + lac d2 " Load fd2 (the opened shell file) lmq " Save the fd into MQ sys read; 4096; 07700 " Read 4,032 words into locations 4096 onwards " leaving the top 64 words for this boot code.