News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

August Update Help file, Libraries and Macro file

Started by hutch--, July 30, 2020, 10:30:05 PM

Previous topic - Next topic

hutch--

Replace each file in your installation with the files in this update. Overwrite the help file with the new one, overwrite the library with the latest one and replace the macro64 file with this new one.

Once you have this done, BUILD THE m32lib LIBRARY by running "makeit.bat" in the m64lib directory.

These are the new procedures added to the library.  Reference is in the help file.

    EXTERNDEF muli:PROC
    EXTERNDEF divi:PROC

    externdef circle_area:PROC
    externdef square_area:PROC
    externdef rectangle_area:PROC
    externdef triangle_area:PROC
    externdef rhombus_area:PROC
    externdef sphere_area:PROC
    externdef degree_to_radian:PROC
    externdef radian_to_degree:PROC
    externdef celc2farh:PROC
    externdef farh2celc:PROC
    externdef volume_cube:PROC
    externdef volume_cuboid:PROC
    externdef volume_cylinder:PROC
    externdef volume_cone:PROC
    externdef volume_sphere:PROC

    externdef cnv_rect:PROC

jj2007


hutch--

Thanks for the offer but generally incremental additions to the total library don't justify an installer. I keep adding more modules to the library but it takes time with testing for each new module and I have to keep the workload under control.

Module count = 179   :biggrin: