[explanation needed] CF, SF, OF, ZF Programming Software Development by wildplace …Intel 80386: a) CF b) SF c) OF d) ZF ans: b) -------------------------------------------------------------------------------- *same question :: when 0x80 and 0x80 …a) CF b) SF c) OF d) ZF ans: a), c), d) --------------------------------------------------------------------------------- when 0xC0 and 0xC0… Re: [explanation needed] CF, SF, OF, ZF Programming Software Development by RobiBobi … apply to the other two questions, but not sure why ZF = 1 and SF = 0 in question 2? Like I said… error message "5:Object is currently in use elsewhere." when drawing polygon? Programming Software Development by guest11 … MapRect.Top - mapHeight) * 37.8 / (zf * MapScale) 'Store Object Handle hRgn = CreateRectRgn(X…MapRect.Top - mapHeight) * 37.8 / (zf * MapScale) list_temppoly(k).X = X list_temppoly(… You must be logged in to access this page help Programming Web Development by cristian.stilpeanu.1 …>'; > > while($getChars = mysql_fetch_object($qryChars)) { > $zF = ($x%2==0) ? "tdunkel" : "thell"…lt;/td> > <td class="'.$zF.'"> '.$getChars->playtime.' Minute</td>… > <td class="'.$zF.'"> '.$getChars->guild_name.'</td> >… 3d engine for html5 using canvas element Programming Web Development by louiscos77 …Math.atan(999999999999999999999999999999999999999999) //create floating point ctx.moveTo(xf,500-zf) } function vector3WithoutRotation(ctx,x,y,z){ //x quantity xDif…Math.atan(999999999999999999999999999999999999999999) //create floating point ctx.lineTo(xf,500-zf) } //For 2 point perspective function translate3WithoutRotationY(ctx,x,… Primes Programming Software Development by Wh1t3gh0st … remainder is equal to 0 JZ P2 ; jump when ZF is set to P2 label INC ESI ; increment ESI…; compare if ESI equals input JZ P5 ; jump when ZF is set to P5 label JMP P3 ; jump to P3… Re: Flags used to test conditional jumps... Programming Software Development by wildgoose …Signed Unsigned Signed Unsigned op1 > op2 OF=SF, ZF=0 ZF=0,CF=0 Greater Above OP1>=op2 OF=SF… CF=0 GreaterEqual AboveEqual op1=op2 ZF=1 ZF=1 Equal Equal op1<=op2 OF<>… Re: Flags used to test conditional jumps... Programming Software Development by runtogetdone …Signed Unsigned Signed Unsigned op1 > op2 OF=SF, ZF=0 ZF=0,CF=0 Greater Above OP1>=op2 OF=SF… CF=0 GreaterEqual AboveEqual op1=op2 ZF=1 ZF=1 Equal Equal op1<=op2 OF<>… why does this now work Programming Software Development by Roelof Wobben … in [ bestand ]: try: data = zf.read(filename) except KeyError: print 'ERROR:…= repr(data) print data comments = zf.infolist() for test in comments: commentaar.append… Re: why does this now work Programming Software Development by Schol-R-LEA …for filename in [ bestand ]: try: data = zf.read(filename) except KeyError: print 'ERROR: Did not…':' data = repr(data) print data comments = zf.infolist() for test in comments: commentaar.append(test.… how to configure zendframework 2 on wamp Programming Web Development by chandbasha Hi, pls can any one tell me how to configure zf2 on wamp. I have downloaded zf2 minimal package. But there is no zf.bat,zf.php,zf.sh files. And i am getting fatal error as Zend/Application.php not found. Pls can any one explain in detail.......... Thanks in advance attach zip to email Programming Software Development by Slavi … % (FROM, ", ".join(TO), SUBJECT, textMessage) zf = zipfile.ZipFile("file.zip") msg = MIMEMultipart() msg['… = MIMEBase('application', "octet-stream") part.set_payload(zf.read()) encoders.encode_base64(part) part.add_header('Content-Disposition', 'attachment… java.util.zip help (please) Programming Software Development by queen … code is broken down into 3 functions: 1) getZipEntries(String zf) //gets the contents of oldZipFile.zip { File z=new File…(zf); ZipFile zipFile=new ZipFile(z, ZipFile.OPEN_READ); Enumeration zipFileEntries=zipFile.… [Help] unkown .lev file decrypted Programming Game Development by duo8668 … < C t < t < t < t <zf t < t < t < t < @ t <… <Q+ t < t < e- @ s t <zf t < 9= t < t < _ t <… need help opening .db file Programming Databases by MDGM …+uEz3w6/8x+p7/uX/7O//vgdpKP6pf/LFi18i5V8py8/++t/yJe0T +gPfX1/zf/zv/Zdf1BSKH/tM3YY/91Of/JLes+af/2J93n/h/V/xlfPhxYs731DxXv6B3…/gb3ij7+9erf/eitH0e 3yj7G3/2v323NHl+pCr397/2bc9Ll9sXXj87+/KchixO9saH3y8DcH/o/eWAP//Zf/qyNIX+uTf0 A/zavH3j13z0xZuuHf7V21+Sw+hP85PrT750Mw5nv/jN5SW++fb0msxT/+iD5dD86PO//qr0Tb7w… I cant figure out what is wrong with this code Programming Software Development by squares86 … value of of mod 16(0-15).Thus, ZF=0 jnz Scan ; if ZF=1, then the lower 4 bits are not… Linux 64 bit Console IO Programming Software Development by ShiftLeft … character is not CR cmp byte [rdi], 10 jz .Exit ; ZF = 1, we used the exact amount of space ; Now we… character is not CR cmp byte [rdi], 10 jz .Exit ; ZF = 1, we used the exact amount of space ; Now we… Re: how to configure zendframework 2 on wamp Programming Web Development by hareshramani … path now restart wamp and pc open command promp type zf crate project test1 in a specified directory rocking Re: Zend frame work 2 fails to install Programming Web Development by LastMitch >there is no file zf.bat in zend frame work2 like in the previous version .. … this: >there is no file zf.bat in zend frame work2 There's no **zf.bat** file in **Zend Framework 2… Re: attach zip to email Programming Software Development by TrustyTony … you should be reading the file as normal file (not zf) with read without parameters. The file would be previously zipped… Re: attach zip to email Programming Software Development by Slavi Hey Tony, changed it to `zf = open('file.zip','rb')`, works great thanks Re: Flags used to test conditional jumps... Programming Software Development by cyb3rl0rd1867 …'t store the result) so the answer is 0. The ZF (Zero Flag) is therefore set to 1. So the instruction… "JE wherever" [U]will[/U] jump since the ZF is set to 1. Similarly the OF flag is set… Re: Zend frame work 2 fails to install Programming Web Development by kakalahori there is no zf.bat file in the framework2 .... CLI form doesnot acepts zf commands when adding envoirment variables Program Programming Software Development by fredmac … to see if it is prime. If so, ; returns with ZF = 1; otherwise, clears the Zero flag. pusha cmp eax,2… Need help editing code Programming Software Development by fredmac … to see if it is prime. If so, ; returns with ZF = 1; otherwise, clears the Zero flag. pusha cmp eax,2… Please Solve my some Questions Programming Software Development by king_khan ….what will be status of the following flags SF,PF,ZF,CF,OF, Q:3 Suppose AX and BX contains signed… Re: Please Solve my some Questions Programming Software Development by NotNull Some Questions Solved: 1256A 1256:000A = (1256h*10h) + Ah = 1256Ah 1240:016A = (1240h*10h) + 16Ah = 1256Ah [code] mov ax,0FFFFh mov bx,0FFFFh add ax,bx [/code] CF=1 PF=0 ZF=0 OF=0 Dont have time for question three, right now... .eml attachments Programming Software Development by TriceD …/bAEMAEAsMDgwKEA4NDhIREBMYKRsYFhYYMiQm Hik7ND49OjQ5OEFJXlBBRVlGODlSb1NZYWRpamk/T3N7cmZ6XmdpZf/bAEMBERISGBUYMBsb MGVDOUNlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVl Zf/AABEIA2wCbAMBIgACEQEDEQH/xAAbAAADAQEBAQEAAAAAAAAAAAAAAQQDAgUGB//EAFYQ AAEDAgMCBBAJCQgBBQEAAwEAAgMEERIhMQVBExRRYRUiMjQ1VXF0gZGSlLGys9IjM1JUYnOh… protected mode switch Programming Software Development by xixpsychoxix … vif ac vm RF nt of df if tf sf zf af PF cf 00107450657i[CPU0 ] | SEG selector base limit G… PHP get values from array whith WHILE Loop Programming Web Development by fabzster …] => 1250 [Image32Url] => http://tiles.xbox.com/tiles/7M/zf/02dsb2JgbA9ECgQJGgYfVl4gL2ljb24vMC84MDAwIAABAAAAAPzwzPM=.jpg [Image64Url] => http://tiles.xbox.com/tiles/g2…