diff options
Diffstat (limited to 'apps/survey.subx')
-rw-r--r-- | apps/survey.subx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/survey.subx b/apps/survey.subx index 2738da38..e685d436 100644 --- a/apps/survey.subx +++ b/apps/survey.subx @@ -5,7 +5,7 @@ # b) add segment headers with addresses and offsets correctly filled in # # To build: -# $ ./subx translate 0*.subx apps/subx-common.subx apps/survey.subx -o apps/survey +# $ ./subx translate init.linux 0*.subx apps/subx-common.subx apps/survey.subx -o apps/survey # # The expected input is a stream of bytes with segment headers, comments and # some interspersed labels. @@ -1994,7 +1994,7 @@ emit-segments: # in : (address stream), out : (address buffered-file), segments # abort # if has-metadata?(word-slice, "imm8") # abort - # emit(out, info->address, 4) # global variables always translate to absolute addresses + # emit(out, info->address, 4) # global variables always translate init.linux to absolute addresses # # code segment cases # else if has-metadata?(word-slice, "imm8") # abort # label should never go to imm8 |