home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: gnu.gdb.bug
- 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
- From: son@gordian.com (Son D. Nguyen)
- Subject: Single step of branch instructions on mips
- Message-ID: <9211052038.AA05419@nibelung>
- Sender: gnulists@ai.mit.edu
- Organization: GNUs Not Usenet
- Distribution: gnu
- Date: Thu, 5 Nov 1992 04:38:44 GMT
- Approved: bug-gdb@prep.ai.mit.edu
- Lines: 20
-
- Subject: Single step of branch instructions on mips
-
-
- Hi,
-
- On the Mips R3000's, a branch or jump instruction has a single
- delay of one instruction. How is the the delay instruction
- executed when the branch/jump is executed in a single step?
-
- For example:
-
- b loop # branch instruction
- move r5, r8 # delay instruction
- loop:
-
-
- Thanks,
- son@gordian.com
-
-
-