mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-07 08:05:23 +13:00
Made several large upgrades to Music Disassembler
hg-commit-id: 0b180a6e2ec5
This commit is contained in:
parent
25e09f5066
commit
bf19682979
7 changed files with 348 additions and 89 deletions
|
|
@ -10,11 +10,11 @@ public:
|
|||
AbstractData();
|
||||
|
||||
virtual std::string GenAsm(); // Generate Assembly Output
|
||||
virtual bool IsValid(unsigned char* byte); // Check for byte validity
|
||||
virtual bool Parse(unsigned char* byte); // Parse Given Data
|
||||
virtual unsigned int Arguments(); // Number of arguments taken
|
||||
virtual bool GetError(); // Get Error (No Write, Error is read only)
|
||||
|
||||
virtual bool GetError(); // Get Error (No Write, Error is read only)
|
||||
virtual bool IsValid(unsigned char* byte); // Check for byte validity
|
||||
virtual unsigned int Arguments(); // Number of arguments taken
|
||||
|
||||
protected:
|
||||
bool error; // Whether there's an error in parsing or not
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue