Re: [fpc-pascal] FPC and Memory

2005-05-01 Thread Tomas Hajny
Subject:Re: [fpc-pascal] FPC and Memory To: FPC-Pascal users discussions Date sent: Sun, 1 May 2005 12:27:30 +0200 (CEST) From: [EMAIL PROTECTED] (Marco van de Voort) Send reply to: FPC-Pascal users discussions

Re: [fpc-pascal] FPC and Memory

2005-05-01 Thread Marco van de Voort
[ Charset ISO-8859-1 unsupported, converting... ] > Yes, this is interisting but I'd like for example to create a memory image > of some part of ram to see exactly what is there. In old dos days it was > possible to do like for i:=0 to 65535 do for j:=0 to 15 do > write(f,mem[i,j]); or similarly. B

Re: [fpc-pascal] FPC and Memory

2005-04-28 Thread Tomas Hajny
On Thu, April 28, 2005 13:52, Alexey Pavluchenko said: > P> Yes, this is interisting but I'd like for example to create a memory > image > P> of some part of ram to see exactly what is there. In old dos days it > was > P> possible to do like for i:=0 to 65535 do for j:=0 to 15 do > P> write(f,mem[

Re: [fpc-pascal] FPC and Memory

2005-04-28 Thread Alexey Pavluchenko
Hello Pianoman, Thursday, April 28, 2005, 1:44:43 PM, you wrote: P> Yes, this is interisting but I'd like for example to create a memory image P> of some part of ram to see exactly what is there. In old dos days it was P> possible to do like for i:=0 to 65535 do for j:=0 to 15 do P> write(f,mem[i