mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-07 08:05:23 +13:00
updated disassembly program to support a custom stop address
hg-commit-id: a2bee0bdb345
This commit is contained in:
parent
7b5159fb06
commit
a297c105b5
3 changed files with 53 additions and 5 deletions
|
|
@ -37,6 +37,9 @@ public:
|
|||
std::string GetFilename();
|
||||
void SetFilename(std::string value);
|
||||
|
||||
unsigned int GetStopAddress();
|
||||
void SetStopAddress(unsigned int value);
|
||||
|
||||
std::string GetParsedAsm();
|
||||
|
||||
// File Operations
|
||||
|
|
@ -56,6 +59,9 @@ private:
|
|||
unsigned int filePos;
|
||||
bool stop;
|
||||
|
||||
// Optional Settings
|
||||
unsigned int stopAddress;
|
||||
|
||||
// A lot of tmp classes
|
||||
Call tmpCall;
|
||||
Duty tmpDuty;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue