News:

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

Main Menu

ISFLOAT? MACRO

Started by GoneFishing, October 18, 2015, 08:30:45 PM

Previous topic - Next topic

GoneFishing

Thank you , Qword
Though I must confess I hardly can understand what you're doing in your macro . You're operating such esoteric for me concepts like STATE MACHINE, FP literal ... I afraid understanding it will require lots of additional reading. Maybe you could advice me some not-too-complicated paper to read ?

qWord

Quote from: GoneFishing on October 20, 2015, 01:26:08 AMMaybe you could advice me some not-too-complicated paper to read ?
regarding macros: read MASM programmer's guide, chapter 9 (use the forum search to find it). For state machines, see Wikipedia (when ignoring the formal part, actual very intuitive)
MREAL macros - when you need floating point arithmetic while assembling!

dedndave

macros - i look to qWord and Jochen for that - lol
but, state machines i do know (google for "finite state machine")