unittester: Implement status register and 0x00 "No-op" command

This commit is contained in:
GreaseMonkey
2024-01-07 17:20:19 +13:00
parent 04eb9ffc3e
commit d1133a7c7f
2 changed files with 38 additions and 8 deletions

View File

@@ -95,8 +95,6 @@ This is how most commands will work.
### 0x00: No-op
**TODO: IMPLEMENT ME!**
This does nothing, takes no input, and gives no output.
This is an easy way to reset the status to 0x04 (no command in flight, not waiting for reads or writes, and no errors).