Text only
|
Text with Images
The MASM Forum Archive 2004 to 2012
General Forums => The Campus => Topic started by: korte on March 05, 2007, 10:34:56 AM
Title:
.if carry flag
Post by:
korte
on
March 05, 2007, 10:34:56 AM
how code if carry flag?
.if [cf]=1
.endif
Title:
Re: .if carry flag
Post by:
korte
on
March 05, 2007, 11:08:43 AM
ohhh.
masm32.hlp
.if CARRY?
...
.endif
thx :U
Text only
|
Text with Images