The MASM Forum

General => The Campus => Topic started by: Bobbolo on September 27, 2017, 11:17:39 PM

Title: Calc21
Post by: Bobbolo on September 27, 2017, 11:17:39 PM
This is calc32 derived from old forum
I've made some appearance changes
I'm still editing.
I would like your opinion
Greetings to All Friends
Title: Re: Calc21
Post by: jj2007 on September 28, 2017, 12:35:19 AM
Very nice :t


In case somebody wants to build it, these hard-coded paths in calc32.inc must be adjusted if needed:
Quoteinclude C:\masm32\macros\macros.asm

includelib user32.lib
includelib kernel32.lib

IF DEBUG
   ;-------------------------------------------------------------------
   ;Needed For Debug Window Only
   include d:\RadAsm\masm\inc\debug.inc
   includeLib d:\RadAsm\masm\lib\debug.lib
   ;-------------------------------------------------------------------
ENDIF
Title: Re: Calc21
Post by: aw27 on September 28, 2017, 02:11:46 AM
Quote from: Bobbolo on September 27, 2017, 11:17:39 PM
This is calc32 derived from old forum
I've made some appearance changes
I'm still editing.
I would like your opinion
Greetings to All Friends

May be you can extend it to 64-bit and even to vector instructions. It will be very useful. I would pay to have something like that, particularly because some vector instructions are a bit difficult to visualize.