Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
08/07/00 09:13
Read: times


 
#4193 - RE: Mystic switch()/"Address space overflow&q
Hi Oleg,

its often code space saving practice to place constant data after the call of a function. So the return address points to the data.
Also the function C?CCASE() do that.
But most disassembler try to disassemble such mixed code / data bytes and goes crazy. Since they can not divide such data from the code.

The description of an assembler example:
http://www.specs.de/~danni/ap.../index.htm

The using of it to get a 16 bit constant (ALOADCW):
http://www.specs.de/~danni/ap...oadr2a.inc


Peter


List of 5 messages in thread
TopicAuthorDate
Mystic switch()/"Address space overflow"            01/01/70 00:00      
RE: Mystic switch()/"Address space overflow&q            01/01/70 00:00      
RE: Mystic switch()/"Address space overflow&a            01/01/70 00:00      
RE: Mystic switch()/"Address space overflow&q            01/01/70 00:00      
RE: Mystic switch()/"Address space overflow&a            01/01/70 00:00      

Back to Subject List