From 74139b7c657ec68e585eee415bae8677be6f0df2 Mon Sep 17 00:00:00 2001 From: Alek Ratzloff Date: Tue, 3 Mar 2020 18:34:56 -0500 Subject: [PATCH] Remove defunct TODO from spec Signed-off-by: Alek Ratzloff --- vm.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/vm.md b/vm.md index bc91963..2f16eaa 100644 --- a/vm.md +++ b/vm.md @@ -225,16 +225,6 @@ wrapping around to 0. * Dump * 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 The binary object format is composed of a header followed by sections that make up the content of