mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 14:54:07 +10:00
Add disassembler alternative format
This commit is contained in:
@@ -123,6 +123,6 @@ typedef enum DIS_LITERAL_TYPE {
|
||||
DIS_LITERAL_INDEX_BLANK, // for blank indexing i.e. arr[:]
|
||||
} dis_literal_type_t;
|
||||
|
||||
extern void disassemble(const char *filename);
|
||||
extern void disassemble(const char *filename, bool alt_fmt);
|
||||
|
||||
#endif /* DISASSEMBLER_H_ */
|
||||
|
||||
Reference in New Issue
Block a user