From: Alan Cox Date: Wed, 6 Jun 2018 11:53:28 +0000 (+0100) Subject: trs80m1: update comments X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=2e9676e3558b7f564e306e644f7ca176250c980f;p=FUZIX.git trs80m1: update comments --- diff --git a/Kernel/platform-trs80m1/tricks.s b/Kernel/platform-trs80m1/tricks.s index 68f01c50..ecf26e3d 100644 --- a/Kernel/platform-trs80m1/tricks.s +++ b/Kernel/platform-trs80m1/tricks.s @@ -12,10 +12,8 @@ ; This is related so we will keep it here. Copy the process memory ; for a fork. a is the page base of the parent, c of the child ; -; Assumption - fits into a fixed number of whole 256 byte blocks -; ; We violate all the rules of good programming for speed here. It -; really matters on a 1.7Mhz processor ! +; really matters on a 1.77Mhz processor ! ; ; Interrupts are off so I guess the stack pointer is spare (Watch ; out for NMI if we do model 3 this way!) @@ -71,7 +69,7 @@ sp_patch: ld sp,#0 jp copyloop ; -; This outer loop only runs 7 times so isn't quite so performance +; This outer loop only runs 8 times so isn't quite so performance ; critical ; setdone: