trs80load: make current loaders explicitly pass A = 0
authorAlan Cox <alan@linux.intel.com>
Thu, 5 Jul 2018 11:59:19 +0000 (12:59 +0100)
committerAlan Cox <alan@linux.intel.com>
Thu, 5 Jul 2018 11:59:19 +0000 (12:59 +0100)
A is zero anyway but we have room to make it clear

Kernel/platform-trs80m1/trs80load-m3.s
Kernel/platform-trs80m1/trs80load.s

index d2e5aa1..88416eb 100644 (file)
@@ -162,4 +162,5 @@ out:           jp (hl)
 
 booted:           call printse
            .ascii 'Booting..\0'
+          xor a
           jr 0x4300
index ed41be6..f2e70b9 100644 (file)
@@ -139,4 +139,5 @@ out:           jp (hl)
 
 booted:           call printse
            .ascii 'Booting..\0'
+          xor a
           jr 0x4300