changeset 1892:77d83b367eba

reduced labeltab size so os9boot would link
author robert
date Fri, 14 Oct 2005 01:56:25 +0000
parents 5f8822fb42e0
children 1827bb446188
files level1/cmds/disasm.asm
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/level1/cmds/disasm.asm	Fri Oct 14 01:53:05 2005 +0000
+++ b/level1/cmds/disasm.asm	Fri Oct 14 01:56:25 2005 +0000
@@ -50,6 +50,9 @@
 * for start/stop and the L labels will still be present.
 * Change in z option required by change in getbyte.
 * S option uses fake data size. Added minor changes suggested by R.V.H.
+*
+*         2005/10/13  Robert Gault
+* Forced to shrink labeltab size so that os9boot could be disassembled.
 
          nam   Disasm
          ttl   6809/6309 disassembler
@@ -144,7 +147,7 @@
 hldttl   rmb   40
 pathlist rmb   80
 readbuff rmb   20
-labeltab rmb   $3D0C                was  6742  This makes even $4000 RG
+labeltab rmb   $1D0C
 lbtblend rmb   1
          rmb   255
 datend   equ   .
@@ -3828,3 +3831,4 @@
          emod
 eom      equ   *
          end
+