From f39eaf81fa6cbc831b8021736c7f71b7d9587de7 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Sun, 15 Sep 2019 00:29:52 -0700 Subject: 5661 --- html/apps/survey.subx.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'html/apps/survey.subx.html') diff --git a/html/apps/survey.subx.html b/html/apps/survey.subx.html index b83ec98d..c8a14067 100644 --- a/html/apps/survey.subx.html +++ b/html/apps/survey.subx.html @@ -68,7 +68,7 @@ if ('onhashchange' in window) { 5 # b) add segment headers with addresses and offsets correctly filled in 6 # 7 # To build: - 8 # $ ./subx translate 0*.subx apps/subx-common.subx apps/survey.subx -o apps/survey + 8 # $ ./subx translate init.linux 0*.subx apps/subx-common.subx apps/survey.subx -o apps/survey 9 # 10 # The expected input is a stream of bytes with segment headers, comments and 11 # some interspersed labels. @@ -1463,7 +1463,7 @@ if ('onhashchange' in window) { 1994 # abort 1995 # if has-metadata?(word-slice, "imm8") 1996 # abort -1997 # emit(out, info->address, 4) # global variables always translate to absolute addresses +1997 # emit(out, info->address, 4) # global variables always translate init.linux to absolute addresses 1998 # # code segment cases 1999 # else if has-metadata?(word-slice, "imm8") 2000 # abort # label should never go to imm8 -- cgit 1.4.1-2-gfad0