Normal for a HLA program?



Hi all,

Apologies if this starts a flame-thread but my only Yahoo! account is
having login problems, so I'm unable to access AoA programming group.

I've been toying with HLA recently and I coded together a small
one-page program to keep a running total of signed integer input
values. It declares and uses three "int32" variables though I could
have used registers instead.

But the curious thing is, I noticed that the executable when running,
consumes approx. 32.6 Mb of virtual memory and about 1.6 Mb of physical
memory though the latter drops down to a few hundred Kbs after a while.
Is this normal/intended or is something wrong with this particular HLA
program/setup?

Even though virtual memory is "virtual" still 32 Megabytes seems a bit
much for a trivial demo. A comparable C version uses 160 Kb virtual and
180 Kb of physical memory. I understand that the HLA standard library
employs a runtime SEH system but even so, 32 Megabytes... ?

Can anyone shed any light on this?

Thanks and sorry again for any flame wars.

.



Relevant Pages

  • Re: Normal for a HLA program?
    ... so I'm unable to access AoA programming group. ... Mb of virtual memory and about 1.6 Mb of physical ... > Is this normal/intended or is something wrong with this particular HLA ... > 180 Kb of physical memory. ...
    (alt.lang.asm)
  • Re: The best Assembler.
    ... I'm not professing that using HLA made me an expert assembly ... This is probably a referrence to AoA's use of HLL as an introduction ... Not because you later write applications in assembler ... about the lowest level you can go is devise programming through the OS ...
    (alt.lang.asm)
  • Re: Lengthy merge code
    ... Do you think bumping the virtual memory might help? ... customized letters for our students. ... to write new programming, so I'm stuck with my pages and pages of merge ... there's an includetext function for a document. ...
    (microsoft.public.word.mailmerge.fields)
  • Re: A sample RosAsm macro (actually a whole set)
    ... Randy NEVER speaks the truth, ... to promote his demeted programming philosophies. ... When truth is countering him offering HLA, ... graphical "objects" in RosAsm, ...
    (alt.lang.asm)
  • Re: HLA Paren Rules
    ... Nobody ever said that HLA doesn't support assembly ... You can use a PC as a typewriter by sending every keystroke immediately ... a toy compared to the real HLL but surely not an assembler. ... The students should learn assembly programming ...
    (alt.lang.asm)

Loading