home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / amiga / programm / 18441 < prev    next >
Encoding:
Text File  |  1993-01-10  |  809 b   |  22 lines

  1. Newsgroups: comp.sys.amiga.programmer
  2. Path: sparky!uunet!psgrain!m2xenix!agora!robart
  3. From: robart@agora.rain.com (Joe Bob)
  4. Subject: Re: 680x0 Branch Instructions?
  5. Message-ID: <C0Mq59.M4u@agora.rain.com>
  6. Organization: a gora
  7. References: <1993Jan7.184445.25823@fcom.cc.utah.edu> <1993Jan7.211810.21995@jato.jpl.nasa.gov>
  8. Distribution: world 
  9. Date: Sun, 10 Jan 1993 08:27:07 GMT
  10. Lines: 10
  11.  
  12. In article <1993Jan7.211810.21995@jato.jpl.nasa.gov> jdickson@jato.jpl.nasa.gov (Jeff Dickson) writes:
  13. >
  14. >BPL and BMI determine if the branch condition is true based on the state of
  15. >the MSB of the data register or memory location being tested. Sometimes I
  16. >use them or their equivilents BGE and BLT respectively. 
  17.  
  18.  
  19.   These are not equivalent.  BPL and BMI check only the N flag,
  20. while BGE and BLT also use the V flag.
  21.  
  22.