Made several large upgrades to Music Disassembler

hg-commit-id: 0b180a6e2ec5
This commit is contained in:
KuroiIeWa5Da 2012-01-26 06:22:29 -06:00
parent 25e09f5066
commit bf19682979
7 changed files with 348 additions and 89 deletions

View file

@ -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