mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 13:48:56 +00:00
Parser and Assembler implementations
This commit is contained in:
parent
88cd618b4d
commit
38c15df464
36 changed files with 7522 additions and 11 deletions
|
@ -95,6 +95,8 @@ private:
|
|||
void OnInsertBLR();
|
||||
void OnInsertNOP();
|
||||
void OnReplaceInstruction();
|
||||
void OnAssembleInstruction();
|
||||
void DoPatchInstruction(bool assemble);
|
||||
void OnRestoreInstruction();
|
||||
|
||||
void CalculateBranchIndentation();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue