News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

.if carry flag

Started by korte, March 05, 2007, 10:34:56 AM

Previous topic - Next topic

korte

how code if carry flag?


.if [cf]=1

.endif

korte


ohhh.

masm32.hlp


.if CARRY?
  ...
.endif

thx  :U