Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by joblaise

  1. joblaise

    Will this set and clear the zero and sign flags?

    .data .386 .model flat, stdcall option casemap :none ; case sensitive .code main PROC mov cl,1 ; CL=1 sub cl,1 ; CL=0, SF=0, ZF=1 call DumpRegs sub cl,1 ; CL=-1, SF=1, ZF=0 call DumpRegs add ch,1 ; CH=0, SF=0, ZF=1 call DumpRegs add ch,1 ; CH=1, SF=0, ZF=0...

Part and Inventory Search

Back
Top