changeset 1680:ecee7c187285

made changes based on swread
author boisy
date Thu, 29 Jul 2004 19:05:54 +0000
parents 131de360641b
children 48f9212ef739
files level1/ChangeLog level2/cmds/makefile level2/coco3/ChangeLog level2/coco3_6309/ChangeLog
diffstat 4 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/level1/ChangeLog	Thu Jul 29 19:05:05 2004 +0000
+++ b/level1/ChangeLog	Thu Jul 29 19:05:54 2004 +0000
@@ -5,6 +5,7 @@
   formatted.
 - dirm has been removed from the commands list.
 - exmode has been renamed to xmode and replaces the original xmode command.
+- tmode now uses the new xmode format for parameters.
 - disasm has a new -s option which is used to specify the start and end
   addresses to disassemble within a module.
 - A bug in the clock2_jvemu module has been fixed.
--- a/level2/cmds/makefile	Thu Jul 29 19:05:05 2004 +0000
+++ b/level2/cmds/makefile	Thu Jul 29 19:05:54 2004 +0000
@@ -27,6 +27,12 @@
 	$(RM) $@
 	$(MOVE) $@.tmp $@
 
+xmode:	xmode.asm
+	$(AS) $(AFLAGS) $< $(ASOUT)$@ -aXMODE=1
+
+tmode:	xmode.asm
+	$(AS) $(AFLAGS) $< $(ASOUT)$@ -aTMODE=1
+
 pwd:	pd.asm
 	$(AS) $(AFLAGS) $< $(ASOUT)$@ -aPWD=1
 
--- a/level2/coco3/ChangeLog	Thu Jul 29 19:05:05 2004 +0000
+++ b/level2/coco3/ChangeLog	Thu Jul 29 19:05:54 2004 +0000
@@ -5,6 +5,7 @@
   formatted.
 - dirm has been removed from the commands list.
 - exmode has been renamed to xmode and replaces the original xmode command.
+- tmode now uses the new xmode format for parameters.
 - disasm has a new -s option which is used to specify the start and end
   addresses to disassemble within a module.
 - A bug in the clock2_jvemu module has been fixed.
--- a/level2/coco3_6309/ChangeLog	Thu Jul 29 19:05:05 2004 +0000
+++ b/level2/coco3_6309/ChangeLog	Thu Jul 29 19:05:54 2004 +0000
@@ -5,6 +5,7 @@
   formatted.
 - dirm has been removed from the commands list.
 - exmode has been renamed to xmode and replaces the original xmode command.
+- tmode now uses the new xmode format for parameters.
 - disasm has a new -s option which is used to specify the start and end
   addresses to disassemble within a module.
 - A bug in the clock2_jvemu module has been fixed.