News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests
NB: Posting URL's See here: Posted URL Change

Main Menu

Calc21

Started by Bobbolo, September 27, 2017, 11:17:39 PM

Previous topic - Next topic

Bobbolo

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

jj2007

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

aw27

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.