3 Jun
2003
3 Jun
'03
7:03 p.m.
Cserzo Miklos wrote:
On Sat, 31 May 2003, Frank Heckenbach wrote:
Frank,
line 7: .common N,1999999996,4
am I right to think that the elements of N are stored on 4 bytes according to this notation? That would explain the size I can see on the "top" as the memory allocation. On the other hand it is a bad news. N supposed to be an integer, i.e. 2 bytes.
`Integer' is 4 or 8 bytes, depending on the platform, never 2 bytes. To get a 2 bytes integer use `Integer attribute (Size = 16)'. Frank -- Frank Heckenbach, frank@g-n-u.de, http://fjf.gnu.de/, 7977168E GPC To-Do list, latest features, fixed bugs: http://www.gnu-pascal.de/todo.html GPC download signing key: 51FF C1F0 1A77 C6C2 4482 4DDC 117A 9773 7F88 1707