home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / gnu / gdb / bug / 1215 < prev    next >
Encoding:
Text File  |  1992-11-07  |  815 b   |  33 lines

  1. Newsgroups: gnu.gdb.bug
  2. Path: sparky!uunet!charon.amdahl.com!pacbell.com!decwrl!ames!saimiri.primate.wisc.edu!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!gordian.com!son
  3. From: son@gordian.com (Son D. Nguyen)
  4. Subject: Single step of branch instructions on mips
  5. Message-ID: <9211052038.AA05419@nibelung>
  6. Sender: gnulists@ai.mit.edu
  7. Organization: GNUs Not Usenet
  8. Distribution: gnu
  9. Date: Thu, 5 Nov 1992 04:38:44 GMT
  10. Approved: bug-gdb@prep.ai.mit.edu
  11. Lines: 20
  12.  
  13. Subject: Single step of branch instructions on mips
  14.  
  15.  
  16. Hi,
  17.  
  18. On the Mips R3000's, a branch or jump instruction has a single
  19. delay of one instruction.  How is the the delay instruction
  20. executed when the branch/jump is executed in a single step?
  21.  
  22. For example:
  23.  
  24.     b    loop        # branch instruction
  25.     move     r5, r8        # delay instruction
  26. loop:
  27.  
  28.  
  29. Thanks,
  30. son@gordian.com
  31.  
  32.  
  33.