0 Members and 1 Guest are viewing this topic.
Yeah, Assembly programs have a frickin huge number of lines.
ld a,30h rrd cp 3Ah jr c,$+4 add a,7 ld (de),a dec de ret
How do you people deal with source code when it starts getting over 4000 lines long? I feel like once it starts reaching this length, I start losing time by searching through the code for routines. At these sizes, the scroll bar is almost useless.
@FloppusMaximus, by any chance did you ever try assembling Mimas with Mimas. I don't know if it's possible or not with all those macros and stuff, but it would be pretty cool.
Mimas is currently 16040 lines, not counting auto-generated files. That's by far the largest assembly program I've ever written.
How do you get auto-generated files?
I don't know about Mimas, but when I have a lot of code to write, I'll generally make a program to write it for me.