News:

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

Main Menu

MathArt's Interface and the BITMAP thing

Started by HSE, June 18, 2017, 07:34:21 AM

Previous topic - Next topic

HSE

Now the application save and retrieve inputs from files. (Is complete?  :shock:)

Very fast because the writing procedure was already in the original by rrr  :t.

:biggrin: He forgot to complete:DOVARLAB MACRO thevar, asciicode                    ;; don't print lab vals (int)
    IF READ_WRITE_VARS
        CHECKVAR thevar, asciicode, "%d"            ;; read int
    ELSE
        ac substr <asciicode>, 2, 2
%       sprnt_buf edi, "&ac&%d ", thevar            ;; write int
    ENDIF
ENDM

Updated in first post. Regards.
Equations in Assembly: SmplMath

rrr314159

Thx HSE, there's bound to be more mistakes in there if you keep looking :-)

I should post my "MathMovie" version of this. No documentation or anything, but if you want I'll get around to it. I'd love to see somebody get some use out of it.

I also have pure 32-bit versions which are really badly written. I did those when I was just beginning at masm32. But, they make even better (IMHO) pictures.

Any questions please don't hesitate to ask!
I am NaN ;)

HSE

Quote from: rrr314159 on October 09, 2017, 10:50:03 AM
there's bound to be more mistakes in there if you keep looking :-)

In MathArt you make an entire macro system! A matter of study, and work very nice  :t.

Quote from: rrr314159 on October 09, 2017, 10:50:03 AM
I should post my "MathMovie" version of this...   they make even better (IMHO) pictures.

Perfect. I'm sure we will learn something from your code, and enjoy the applications.

Quote from: rrr314159 on October 09, 2017, 10:50:03 AM
Any questions please don't hesitate to ask!

Thanks  :t
Equations in Assembly: SmplMath