URL
https://opencores.org/ocsvn/openmsp430/openmsp430/trunk
Subversion Repositories openmsp430
[/] [openmsp430/] [trunk/] [core/] [sim/] - Rev 102
Go to most recent revision | Changes | View Log | RSS feed
Last modification
- Rev 102 2011-03-04 22:02:09 GMT
- Author: olivier.girard
- Log message:
- Fixed bug reported by Mihai ( http://opencores.org/bug,view,1955 ).
The following PUSH instructions are now working as expected:
- indexed mode: PUSH x(R1)
- indirect register mode: PUSH @R1
- indirect autoincrement: PUSH @R1+