-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
54 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
[ | ||
{"logical":"d6a1" , "page":"01f", "text":"compute vram address"}, | ||
{"logical":"d6b4" , "page":"01f", "text":"set VRAM write address"}, | ||
{"logical":"d6bc" , "page":"01f", "text":"set VRAM read address"}, | ||
{"logical":"d736" , "page":"01f", "text":"set source pointer"}, | ||
{"logical":"d73c" , "page":"01f", "text":"check if we reached of password list"}, | ||
{"logical":"d73f" , "page":"01f", "text":"compare with input"}, | ||
{"logical":"d757" , "page":"01f", "text":"move pointer to the next password"}, | ||
|
||
{"logical":"d76c" , "page":"01f", "text":"backup source pointer"}, | ||
|
||
{"logical" : "d750", "page": "1f", "text": "find end of string"} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,18 @@ | ||
[ | ||
{ "name": "password.str", "logical": "31dc", "page": "f8" }, | ||
{ "name": "password.len", "logical": "31f6", "page": "f8" } | ||
{ "name": "password.len", "logical": "31f6", "page": "f8" }, | ||
|
||
{ "name": "@loop", "logical" : "d738", "page": "1f"}, | ||
{ "name": "@search", "logical" : "d73f", "page": "1f"}, | ||
{ "name": "@next", "logical" : "d74e", "page": "1f"}, | ||
{ "name": "@eos", "logical" : "d750", "page": "1f"}, | ||
{ "name": "@end", "logical" : "d765", "page": "1f"}, | ||
|
||
{ "name": "password.store", "logical" : "d6f7", "page": "1f", | ||
"description": [ | ||
"-----------------------------------------------------------------", | ||
"store password", | ||
"-----------------------------------------------------------------" | ||
] | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters