address space overflow AGAIN

When I compile my program with my MasterLoop() called from main, it compiles fine with the following:

Program Size: data=140.1 xdata=6081 code=20964

When I comment out the entirey of my MasterLoop() and just return 0, I get tons of overlay warnings and address space overflow errors. The data portion becomes huge and I was wondering why:

Program Size: data=258.1 xdata=6302 code=18800

More questions in this forum