project64/Source/Project64/N64 System
unknown dc103ec59b keep $zero overwrite prevention to a single location in CPU loop
In both the 32- and the 64-bit interpreters, ADDI, LUI, LB, LW, LWU, LL, SLLV all check if the destination register specifier is 0, when none of the other interpreter ops do.  Actually, none of these 7 need to really check it either, since handling $zero overwrite is already managed in a single location in the main interpreter loop.
2015-03-08 19:29:41 -04:00
..
C Core #pull request 42 2015-02-01 06:27:27 +11:00
Debugger code cleanup and try o make language work better 2015-03-04 20:36:08 +11:00
Interpreter keep $zero overwrite prevention to a single location in CPU loop 2015-03-08 19:29:41 -04:00
Mips Merge pull request #194 from death-droid/MempakFix 2015-03-06 18:37:54 +11:00
Recompiler code cleanup and try o make language work better 2015-03-04 20:36:08 +11:00
Cheat Class.cpp code cleanup and try o make language work better 2015-03-04 20:36:08 +11:00
Cheat Class.h code cleanup and try o make language work better 2015-03-04 20:36:08 +11:00
N64 Class.cpp Merge pull request #194 from death-droid/MempakFix 2015-03-06 18:37:54 +11:00
N64 Class.h Try to get dynamic plugin change working 2015-02-12 21:58:28 +11:00
N64 Rom Class.cpp Language: More code cleanup, status messages, dialog box, etc 2015-03-06 18:27:31 +11:00
N64 Rom Class.h Some code clean up related to system tray messages 2015-03-05 17:09:58 +11:00
N64 Types.h Try to get dynamic plugin change working 2015-02-12 21:58:28 +11:00
Profiling Class.cpp code cleanup and try o make language work better 2015-03-04 20:36:08 +11:00
Profiling Class.h Added GPL header 2012-12-19 20:30:18 +11:00
Rom Information Class.cpp code cleanup and try o make language work better 2015-03-04 20:36:08 +11:00
Rom Information Class.h #pull request 42 2015-02-01 06:27:27 +11:00
Speed Limitor Class.cpp code cleanup and try o make language work better 2015-03-04 20:36:08 +11:00
Speed Limitor Class.h Speed Limitor: Clean up code and change interval levels 2012-12-31 23:46:03 +11:00
System Globals.cpp Added GPL header 2012-12-19 20:30:18 +11:00
System Globals.h Added GPL header 2012-12-19 20:30:18 +11:00
Types.h Added GPL header 2012-12-19 20:30:18 +11:00
stdafx.h #pull request 42 2015-02-01 06:27:27 +11:00