Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Counter Overflow

147 views
Skip to first unread message

PDG

unread,
Oct 20, 1998, 3:00:00 AM10/20/98
to
Can anyone explain this error message to me and how I can fix it?

*Warning* ini.asm(621) Location counter overflow
*Warning* ini.asm(1137) Location counter overflow
*Warning* ini.asm(1653) Location counter overflow
*Warning* ini.asm(2169) Location counter overflow
Error messages: None
Warning messages: 4
Passes: 1
Remaining memory: 14752 bytes
**Fatal** Out of memory

--
PDG--"We bring bad things to life"


PGP PUBLIC KEY BLOCK available at http://www.webcrush.com/pgp.htm


wbinvd

unread,
Oct 20, 1998, 3:00:00 AM10/20/98
to
PDG <_p...@yahoo.com> wrote in message <70i6jk$t11$1...@autumn.news.rcn.net>...

|Can anyone explain this error message to me and how I can fix it?
|
|*Warning* ini.asm(621) Location counter overflow
|*Warning* ini.asm(1137) Location counter overflow
|*Warning* ini.asm(1653) Location counter overflow
|*Warning* ini.asm(2169) Location counter overflow
|Error messages: None
|Warning messages: 4
|Passes: 1
|Remaining memory: 14752 bytes
|**Fatal** Out of memory

I guess you have declared a segment with more than 64k in it.
If it's exactly 64k, TASM will warn anyway...

To get rid of the out of memory message, use TASM32
or split the big arrays in different files.


David Lindauer

unread,
Oct 20, 1998, 3:00:00 AM10/20/98
to
that means, your segment is longer than 64K. You need to split the code
into two segments (or more). This is probably a good candidate for being
a multiple-module program.

David

PDG wrote:

> Can anyone explain this error message to me and how I can fix it?
>
> *Warning* ini.asm(621) Location counter overflow
> *Warning* ini.asm(1137) Location counter overflow
> *Warning* ini.asm(1653) Location counter overflow
> *Warning* ini.asm(2169) Location counter overflow
> Error messages: None
> Warning messages: 4
> Passes: 1
> Remaining memory: 14752 bytes
> **Fatal** Out of memory
>

> --
> PDG--"We bring bad things to life"
>
> PGP PUBLIC KEY BLOCK available at http://www.webcrush.com/pgp.htm

--
---------------------------------------------------------------
David Lindauer mailto:cam...@bluegrass.net ICQ: 8699592

http://www.geocities.com/Area51/Station/5196/index.html (home page)
http://www.geocities.com/Area51/Station/5196/ttc.html (tao te ching)
http://www.geocities.com/Area51/Station/5196/treasure.html (computer page)

PDG

unread,
Oct 22, 1998, 3:00:00 AM10/22/98
to
If its not one thing, its another. I get Tasm32 to avoid the limiting 16bit
registers, and now instead of running out of memory (fatal) I get this:

**Error** ini.asm(91) Constant too large
**Error** ini.asm(103) Constant too large
**Error** ini.asm(115) Constant too large
**Error** ini.asm(127) Constant too large
**Error** ini.asm(139) Constant too large
**Error** ini.asm(151) Constant too large

Can someone please explain this one. (sigh). thanx

--
PDG--"We bring bad things to life"


PGP PUBLIC KEY BLOCK available at http://www.webcrush.com/pgp.htm

David Lindauer wrote in message <70imgb$don$1...@autumn.news.rcn.net>...

0 new messages