changeset 32:4fcbb3b035d3

touched up source
author boisy
date Mon, 08 Apr 2002 00:30:23 +0000
parents 552191abf8c4
children 4b708df591ee
files level2/modules/boot_kenton.asm
diffstat 1 files changed, 7 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/level2/modules/boot_kenton.asm	Sun Apr 07 21:33:15 2002 +0000
+++ b/level2/modules/boot_kenton.asm	Mon Apr 08 00:30:23 2002 +0000
@@ -19,7 +19,7 @@
 *        size hard drive
 
 
-         nam   HBoot
+         nam   Boot
          ttl   Ken-Ton Boot module
 
          ifp1
@@ -39,10 +39,10 @@
 reset    equ   dataport+3
 
 * Status register equates
-req      equ   1
-busy     equ   2
-msg      equ   4
-cmd      equ   8
+req      equ   $01
+busy     equ   $02
+msg      equ   $04
+cmd      equ   $08
 inout    equ   $10
 ack      equ   $20
 sel      equ   $40
@@ -300,5 +300,6 @@
          fcc   /99999999/
 
          emod
+eom      equ   *
+         end
 
-eom      equ   *