added "jal" command

This commit is contained in:
black
2025-07-08 16:38:56 +02:00
parent 7ccd543751
commit f9bd85695a
6 changed files with 32 additions and 2 deletions

View File

@@ -51,7 +51,7 @@ public:
* @param address Die Adresse, aus der der Wert gelesen werden soll
* @return Der Wert aus der Adresse
*/
int load(int address) const;
[[nodiscard]] int load(int address) const;
};