From 980b4e5625223ee96ee61b2db1ced0d853f07b6e Mon Sep 17 00:00:00 2001 From: Will Sowerbutts Date: Sat, 27 Dec 2014 01:26:07 +0000 Subject: [PATCH] cpm-loader: Fix minor typo in comment --- Kernel/cpm-loader/cpmload.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kernel/cpm-loader/cpmload.s b/Kernel/cpm-loader/cpmload.s index 807bde62..af0904f8 100644 --- a/Kernel/cpm-loader/cpmload.s +++ b/Kernel/cpm-loader/cpmload.s @@ -30,7 +30,7 @@ doload: jp (hl) ; run image endloader: ; end of code to copy - ; the data is in a trailer, with a 6-byte header: + ; the data is in a trailer, with a 4-byte header: load_address: .ds 2 load_length: -- 2.34.1