Hi Alex,
Search cmp128.asc for if Alex to see the source of this output (N means negative OWORD):
---------- ALEX ----------
positive (lesser, greater)
oSmall smaller oBig
oBig bigger oSmall
negative (lesser, greater)
oSmallN smaller oBigN
oBigN bigger oSmallN
pos, neg (greater, greater)
oSmall smaller oBigN
oBig smaller oSmallN
neg, pos (lesser, lesser)
oSmallN bigger oBig
oBigN bigger oSmall
pos, neg (equal, equal)
oMedium EQUALS oMedium
oSmallN EQUALS oSmallN
Or did you do unsigned comparisons??
P.S.: Ocmp works currently only for JWasm and recent ML.exe, not for ML 6.15 :(