No subject


Fri Nov 19 08:05:59 EST 2021


D=02 Address Error
The Motorola 68000 microprocessor can access memory in increments of one
byte (8 bits), one word (16 bits), or one long word (32 bits). The
microprocessor can access a byte of information at an odd or even memory
address. But it must access a word or long word at an even memory address.
So, when the microprocessor attempts to read or write a word or long word at
an odd address, you see this error. Since that's a 50/50 proposition when
running random code, this one shows up quite often.

ID=03 Illegal Instruction
The computer has a specific vocabulary of machine language instructions it
can understand. If a computer tries to execute an instruction that isn't in
its vocabulary, you see this error code. It's less likely than error 02, but
still very common.

In my experience, these errors mean you have a Microsoft product running,
either IE or Outlook Express. ;)

But seriously, these are often mysterious without a low-level debugger, and
often caused by an errant pointer, which could be the result of a memory
issue.

Can you pin down the script that's running when the error is thrown?

-- 
 Richard Gaskin 
 Fourth World Media Corporation
 Developer of WebMerge 2.2: Publish any database on any site
 ___________________________________________________________
 Ambassador at FourthWorld.com       http://www.FourthWorld.com
 Tel: 323-225-3717                       AIM: FourthWorldInc




More information about the use-livecode mailing list