The MASM Forum

Microsoft 64 bit MASM => MASM64 SDK => Topic started by: hutch-- on July 30, 2020, 10:30:05 PM

Title: August Update Help file, Libraries and Macro file
Post by: hutch-- on July 30, 2020, 10:30:05 PM
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
Title: Re: August Update Help file, Libraries and Macro file
Post by: jj2007 on July 30, 2020, 11:08:02 PM
I can help you with an installer, if you like
Title: Re: August Update Help file, Libraries and Macro file
Post by: hutch-- on July 30, 2020, 11:30:38 PM
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: