⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile

📁 这是由文曲星的开发者LEE写的汇编游戏末日传说.rar代码
💻
字号:
all: mori.binGA=ga6502GL=glSRC_GAME= org4000.s unr_sys.s a.s math.s draw.s comm.s string.s lcd.s system.s main.s \	  menu.s juqing.s fight.s cheat.s save.s null.s org8800.sSRC_GRAPH= org4000.s graph.s orgc000.sSRC_MAP= org8800.s map.s org9c00.sSRC_CLASS= org9c00.s class.s orgc000.smori.bin: $(SRC_GAME)	$(GA) -oo -c../common.s $(SRC_GAME) 2>junk	$(GL) -do -mmap -oprog.bin $(SRC_GAME) 2>junk2	rm junk*		$(GA) -oo -c../common.s $(SRC_GRAPH) 2>junk	$(GL) -do -mmap1 -ograph.bin $(SRC_GRAPH) 2>junk2	rm junk*	$(GA) -oo -c../common.s $(SRC_MAP) 2>junk	$(GL) -do -a34816 -mmap2 -omap.bin $(SRC_MAP) 2>junk2	rm junk*	$(GA) -oo -c../common.s $(SRC_CLASS) 2>junk	$(GL) -do -a39936 -mmap3 -oclass.bin $(SRC_CLASS) 2>junk2	rm junk*		#cat prog.bin graph.bin map.bin class.bin >mori.bin	cat prog.bin map.bin class.bin graph.bin >mori.bin	swap16k mori.bin	rm -rf prog.bin graph.bin map.bin class.binclean:	rm -f o/*.o mori.binzpmap:	$(GA) -c../common.s -s -f h/mori.h >.zpmap

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -