Re: RTCM question.
- From: Waldek Hebisch <spamtrap@xxxxxxxxxx>
- Date: Fri, 14 Nov 2008 14:45:49 +0000 (UTC)
wolf3y3 <spamtrap@xxxxxxxxxx> wrote:
But, is run time code modification
really obselete for the 8086???
8086 is obsolete. On modern processors _unrestricted_ code
modification is obsolete. As noted _restricted_ forms
of runtime code modification are widely used (for example
by JIT-compilers, debuggers, dynamic loaders).
It is usually taken as bad coding practice,
but I have found it may increase productivity,
in a program that is already complex,
and where all the registers have become a
scarce resource,
Note that in 64-bit mode you have 16 registers, using it
looks better than twisting 16-bit code to fit into 8
registers.
--
Waldek Hebisch
hebisch@xxxxxxxxxxxxxxxx
.
- References:
- RTCM question.
- From: wolf3y3
- Re: RTCM question.
- From: James Harris
- Re: RTCM question.
- From: Richard Russell
- Re: RTCM question.
- From: James Harris
- Re: RTCM question.
- From: wolf3y3
- Re: RTCM question.
- From: James Harris
- Re: RTCM question.
- From: wolf3y3
- RTCM question.
- Prev by Date: Re: problem with bsr?
- Next by Date: Re: Function Parameters using PROC in ML64 - Need Help
- Previous by thread: Re: RTCM question.
- Next by thread: Re: RTCM question.
- Index(es):