[REBOL] memory

2004-02-05 Thread Paul Tretter
Anyway to get data from memory locations such as where bios information is stored using REBOL/Pro. I thought I seen some information about specific address ranges before? --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.577 / Vi

[REBOL] Re: the endianness of the processor

2004-02-05 Thread Ladislav Mecir
Gabriele Santilli napsal(a): >Hi Ladislav, > >On Thursday, February 5, 2004, 8:59:31 AM, you wrote: > >LM> big-endian?: 1 = first convert 1 > >LM> see http://www.compkarori.com/vanilla/display/peek_and_poke.r > > > >>>get-modes system/ports/system 'system-modes >>> >>> >== [window win

[REBOL] Re: Check email syntax

2004-02-05 Thread bry
> Notice that: > > >> email: [EMAIL PROTECTED] > == [EMAIL PROTECTED] > >> email/user > == r3b0l > >> email/host > == free.fr heh, just struck me that this is a quick hack to do name value pairings. what if you had a block of 'addresses'? (not at home so I can't start rebol right now) -

[REBOL] Re: the endianness of the processor

2004-02-05 Thread Gabriele Santilli
Hi Ladislav, On Thursday, February 5, 2004, 8:59:31 AM, you wrote: LM> big-endian?: 1 = first convert 1 LM> see http://www.compkarori.com/vanilla/display/peek_and_poke.r >> get-modes system/ports/system 'system-modes == [window winmsg tray endian] >> get-modes system/ports/system 'endian =

[REBOL] the endianness of the processor

2004-02-05 Thread Ladislav Mecir
big-endian?: 1 = first convert 1 see http://www.compkarori.com/vanilla/display/peek_and_poke.r -Ladislav -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.