From 628e510d71df4f9ca769596f1c9329672c18220a Mon Sep 17 00:00:00 2001 From: Seeky Date: Sat, 19 Jun 2021 18:30:56 +0100 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f35c3f2..f8156c6 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ Disabled: Changes opcodes and variable bases to their TTYD values ## Potential Update Plans -- More instruction-specific parsers (or maybe just removing the system entirely and doing some kind of string detection) +- Storing operand types for specific user_funcs for better disassembly ## Credits This is heavily based off of the work by everyone involved in the creation of [ttyd-asm](https://github.com/PistonMiner/ttyd-tools)