Re: allocation of memory
- Posted by Ralf Nieuwenhuijsen <nieuwen at XS4ALL.NL> Jan 18, 1999
- 554 views
>No I was looking for a way to allocate a specificate location You *can* however, specify wether or not you want to allocate *low* or high* memory. And if you already know the exact memory addres, this means, some other program/part does too. In which case, you dont need to allocate, you can just poke & peek in that piece of memory. Euphoria off course, doesnt 'allocate' memory already allocated by another program. Ralf