From f6625e1becab6672863034125163984f13a0c86f Mon Sep 17 00:00:00 2001 From: Michael Holman Date: Mon, 29 Jun 2015 09:47:23 -0700 Subject: combined tables --- BinaryEncoding.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'BinaryEncoding.md') diff --git a/BinaryEncoding.md b/BinaryEncoding.md index ca152a6..557664e 100644 --- a/BinaryEncoding.md +++ b/BinaryEncoding.md @@ -75,14 +75,13 @@ Yes: * the section contents (specific to the section type) * A definitions section contains: * the generic section header - * a sequence of standardized string literal types, where order determines - type ID, followed by - * a table containing, for each opcode-space, its type, offset (within the - section), sorted by offset, followed by + * a table containing, for each opcode-space, a standardized string literal + type name (where index defines its type), offset (within the section), + sorted by offset, followed by * a sequence of opcode tables * An opcode table contains: - * a sequence of standardized string literal opcodes, where order determines - opcode index + * a sequence of standardized string literal opcode names, where order + determines opcode index * A code section contains: * the generic section header * a table containing, for each function, its signature, offset (within the -- cgit v1.2.3