What causes the MIPS emulator to throw an out of bounds exception?
2,301 views
Skip to first unread message
Stephen Pisani
unread,
Mar 20, 2012, 12:46:10 AM3/20/12
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Is it just using sw/lw to access memory that the program shouldn't have
access to? The A10P8 big test is causing it somewhere.
Thanks.
Stephen Pisani
unread,
Mar 20, 2012, 4:27:12 PM3/20/12
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
After inspection I was clobbering a register that I was using as an
address for sw, so if anyone runs into this then it probably did come
from a sw/lw.