Mercurial > hg > Members > kono > nitros9-code
diff level1/cmds/makefile @ 1678:40322608e006
tmode is now made from xmode, dsave modified to handle new tmode parameter
author | boisy |
---|---|
date | Thu, 29 Jul 2004 19:04:12 +0000 |
parents | 5dcddea63b5a |
children | e2ac12787e55 |
line wrap: on
line diff
--- a/level1/cmds/makefile Wed Jul 28 15:12:14 2004 +0000 +++ b/level1/cmds/makefile Thu Jul 29 19:04:12 2004 +0000 @@ -20,6 +20,12 @@ pwd: pd.asm $(AS) $(AFLAGS) $< $(ASOUT)$@ -aPWD=1 +xmode: xmode.asm + $(AS) $(AFLAGS) $< $(ASOUT)$@ -aXMODE=1 + +tmode: xmode.asm + $(AS) $(AFLAGS) $< $(ASOUT)$@ -aTMODE=1 + pxd: pd.asm $(AS) $(AFLAGS) $< $(ASOUT)$@ -aPXD=1