New modules added to MOVE_ASM.

From-SVN: r2354
This commit is contained in:
Tom Wood 1992-10-07 20:18:21 +00:00
parent ee759b212b
commit eb8295452f
3 changed files with 6 additions and 3 deletions

View File

@ -1,7 +1,8 @@
# Specify how to create the *.asm files
MOVE_ASM = moveHI15x.asm moveQI16x.asm moveSI46x.asm moveSI64n.asm \
moveHI48x.asm moveSI45x.asm moveSI47x.asm moveSI96x.asm
moveHI48x.asm moveSI45x.asm moveSI47x.asm moveSI96x.asm \
moveDI96x.asm
$(MOVE_ASM): $(srcdir)/config/m88k-move.sh
bash $(srcdir)/config/m88k-move.sh -no-tdesc

View File

@ -1,7 +1,8 @@
# Specify how to create the *.asm files
MOVE_ASM = moveHI15x.asm moveQI16x.asm moveSI46x.asm moveSI64n.asm \
moveHI48x.asm moveSI45x.asm moveSI47x.asm moveSI96x.asm
moveHI48x.asm moveSI45x.asm moveSI47x.asm moveSI96x.asm \
moveDI96x.asm
$(MOVE_ASM): $(srcdir)/config/m88k-move.sh
$(srcdir)/config/m88k-move.sh

View File

@ -1,7 +1,8 @@
# Specify how to create the *.asm files
MOVE_ASM = moveHI15x.asm moveQI16x.asm moveSI46x.asm moveSI64n.asm \
moveHI48x.asm moveSI45x.asm moveSI47x.asm moveSI96x.asm
moveHI48x.asm moveSI45x.asm moveSI47x.asm moveSI96x.asm \
moveDI96x.asm
# Use the -abi option for version 03.00 syntax.