[gambit-list] How access arbitrary memory addresses (r/w)?

Alex Queiroz asandroq at gmail.com
Thu Aug 9 15:33:16 EDT 2012


Hallo,

On Thu, Aug 9, 2012 at 9:30 PM, Mikael <mikael.rcv at gmail.com> wrote:
>
> Here is something that is really key for some lowlevel things: I wish to do
> the equivalent of the C expression * ((byte*) x) in the Scheme world, i.e.
> the same as something like MOV AL,[EAX] .
>

This is not really Scheme, it is C, which can be done via a very short
C extension.

-- 
-alex
http://www.artisancoder.com/



More information about the Gambit-list mailing list