AsmSource : Assembly Language Programming

Dos Source

Win Source

Links

Email

Utilities

MemLoad32.asm - A work in Progress

 

Version Changes Date
memload v0.1 Basic features, including graph function and menu 14 Feb 2001
memload v0.2 Added icon in top of main window.
Moved timer action to top of checking.
15 Feb 2001
memload v0.3 Fixed memory leak, not destroying DC and brushes in timer loop
100% memory load produces graph line too big, fixed.
Saves window position and run count to registry.
16 Feb 2001
memload v0.4 Fixed up link in About box, changes colour.
Added about menu option to system menu.
24 Feb 2001
memload v0.5 Added ability to resize box, and it changes graph size.
Limit width of box, so graph stays below 300.
Save new size to registry.
Added menu breaks, to pretty the popup menu.
Added Win2000 compatability
Fixed logical problem with graph resize, in the way that the
load data was stored. Much better system now, that keeps
300 positions, irrelevant of the graph width.
26 Feb 2001
     

 

memload32.asm v0.5

Program that displays the Memory load in a graph, within a small window. Includes a menu to change the options. Features a popup menu, saves settings to the registry, and a variable size window.

Download Zip File (15,281 bytes)  

View Asm File (26,019 bytes)

memload32.asm v0.4

Program that displays the Memory load in a graph, within a small window. Includes a menu to change the options. 

Download Zip File (14,336 bytes)  

View Asm File (24,757 bytes)

memload32.asm v0.3

Program that displays the Memory load in a graph, within a small window. Includes a menu to change the options.

Download Zip File (15,107 bytes)  

View Asm File (22,270 bytes)

memload32.asm v0.2

Program that displays the Memory load in a graph, within a small window. Includes a menu to change the options.

Download Zip File (14,563 bytes)  

View Asm File (22,751 bytes)