However, I've hit a snag here. It's not detrimental to my work process, but whenever I try messing with S2.asm, it runs so stupidly slow on my computer I can't get any work done. So what I want to do is split out the crap I'll never touch, to reduce the file size. I want to do this similarly to how Hive did in his disassembly. But I've hit the snag right here. =P
So, I opened up the build.bat file for the AS disassembly and got this:
@ECHO OFF asw -L -cpu 68000 -E -xx -w s2.asm p2bin s2.p s2built.bin -r $-$
Then, I did this:
@ECHO OFF include.exe S2.asm S2comb.asm asw -L -cpu 68000 -E -xx -w S2comb.asm p2bin s2.p s2built.bin -r $-$
I copied the include.exe file into the disassembly folder and took it for a test spin. It generated a seemingly flawless rom and a S2comb.asm file, but it had nothing in it.
As I said ealier, this isn't exactly important, but this will help me get my work done probably 20x faster, as when I type, it takes 1 second for a letter/number to show up. Would splitting the file up really help speed things up?


00