From 0484c5c351fd1dddc089ede73d7376f0de1c065e Mon Sep 17 00:00:00 2001 From: Duncan Date: Sun, 18 May 2014 10:13:00 -0700 Subject: [PATCH] Updated G1 Elements Layout (markdown) --- G1-Elements-Layout.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/G1-Elements-Layout.md b/G1-Elements-Layout.md index ba99d18..bda68f8 100644 --- a/G1-Elements-Layout.md +++ b/G1-Elements-Layout.md @@ -7,8 +7,8 @@ The first y dwords are offsets to the corresponding y line. You use this to jump `[dword][dword] ...` -When you have jumped to the correct line there are 2 bytes that inform you of the number of bytes in the next data section and the gap length after it. To draw the correct image you have to do each section and remember to jump over each gap on the drawing surface. The next line will start immediately at the end of the previous line. If the most significant bit of the gaps byte is set then this the last data section of a line and a new line will start after this data section. +When you have jumped to the correct line there are 2 bytes that inform you of the number of bytes in the next data section and the gap length after it. To draw the correct image you have to do each section and remember to jump over each gap on the drawing surface. The next line will start immediately at the end of the previous line. If the most significant bit of the no. bytes field is set then this the last data section of a line and a new line will start after this data section. `line0:[no. bytes in data 1][gap length 1][data 1 of no. bytes length][no. bytes in gap 2]...line1:...` -`[byte][byte][bytes*no.bytes][word]...` \ No newline at end of file +`[byte][byte][bytes*no.bytes][byte]...` \ No newline at end of file