PBP
Generated ASMCode:XRUN: IF (A == B) THEN X = Z RUNX: IF (A = B) THEN X = Z
Looks the same to me..Code:LABEL?L _XRUN CMPNE?BBL _A, _B, L00001 MOVE?BB _Z, _X LABEL?L L00001 LABEL?L _RUNX CMPNE?BBL _A, _B, L00003 MOVE?BB _Z, _X LABEL?L L00003
PBP
Generated ASMCode:XRUN: IF (A == B) THEN X = Z RUNX: IF (A = B) THEN X = Z
Looks the same to me..Code:LABEL?L _XRUN CMPNE?BBL _A, _B, L00001 MOVE?BB _Z, _X LABEL?L L00001 LABEL?L _RUNX CMPNE?BBL _A, _B, L00003 MOVE?BB _Z, _X LABEL?L L00003
Dave
Always wear safety glasses while programming.
C != pbp . . . . .
If you do not believe in MAGIC, Consider how currency has value simply by printing it, and is then traded for real assets.
.
Gold is the money of kings, silver is the money of gentlemen, barter is the money of peasants - but debt is the money of slaves
.
There simply is no "Happy Spam" If you do it you will disappear from this forum.
If you do not believe in MAGIC, Consider how currency has value simply by printing it, and is then traded for real assets.
.
Gold is the money of kings, silver is the money of gentlemen, barter is the money of peasants - but debt is the money of slaves
.
There simply is no "Happy Spam" If you do it you will disappear from this forum.
Bookmarks