Remove defunct TODO from spec

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
2020-03-03 18:34:56 -05:00
parent ef03ea9137
commit 74139b7c65

10
vm.md
View File

@@ -225,16 +225,6 @@ wrapping around to 0.
* Dump * Dump
* Opcode: 0xF002 * Opcode: 0xF002
## Other instructions TODO
* Call
* Takes address and number of bytes on the stack that are for args(?)
* Updates SP, FP, IP, storing previous values starting at the new FP
* Ret
* Uses FP to determine previous SP, FP, and IP and restores them
* Push
* Pop
# Binary object format # Binary object format
The binary object format is composed of a header followed by sections that make up the content of The binary object format is composed of a header followed by sections that make up the content of