Re: LF: size limit
[Prev][Next][Index][Thread]
Re: LF: size limit
Yep. That was the catch. A68k could only handle 32k of something. I
thought it was 32k symbols; I might be wrong.
I have a couple of suggestions, but they may each make for a large amount
of re-coding...
1. Put some of the routenes in a library, or in a couple of libraries.
This way you can miss the assembler limitation.
2. Somehow elsewise break your code up into different files. This would
be a bit more work (the Fargo core handles the work if you do it the first
way.)
Just some thoughts
--Shawn Walker
On Sat, 28 Jun 1997 highlander15@juno.com wrote:
> I believe that I hit some kind of size limit for the fargo compiler...
> and it is ticking me off. Is there any way to get rid of this limit or
> bypass it somehow?
> I thought of putting some of my procedures into macros, but I don't know
> if that will work or not.
> I think that this is a pretty good RPG, and if you guys want it, I need
> to be able to compile it...
> My asm file is just above 32K, if that means anything...
>
> Chris
> clambert@geneva.edu
> highlander15@juno.com
>
References: