From 700ea6c54fd7d27566cebb160847991275ae283b Mon Sep 17 00:00:00 2001 From: Alek Ratzloff Date: Tue, 25 Feb 2020 16:38:38 -0500 Subject: [PATCH] Add section name to data section spec Signed-off-by: Alek Ratzloff --- vm.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vm.md b/vm.md index eafa256..2d0c95e 100644 --- a/vm.md +++ b/vm.md @@ -235,6 +235,8 @@ the section contents. The data section contains static data that is initialized to some known value. +* 16 bits - length of section name +* N bits - section name * 64 bits - section load start - where in memory the content of this section begins * 64 bits - section length - how long the memory content is