From 3fdb1a516c57ee085aff9056d26e555f5ddf8c7a Mon Sep 17 00:00:00 2001 From: Clyde Shaffer Date: Sat, 30 Nov 2024 16:56:25 -0500 Subject: [PATCH] small formatting fixes, and a section rename to get it to build --- doc/ld65.sgml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/ld65.sgml b/doc/ld65.sgml index 66b8eedc7..b889645f5 100644 --- a/doc/ld65.sgml +++ b/doc/ld65.sgml @@ -1268,7 +1268,7 @@ exactly one parent and may have several child scopes. Scopes may not cross modul -Segments

+Segment Info

Segment id @@ -1366,13 +1366,13 @@ was defined in the assembler source. - + .ADDR| ARRAY OF LITTLE ENDIAN POINTER WITH SIZE 2 TO VOID@ .BYTE| ARRAY OF UNSIGNED WITH SIZE 1@ .DBYT| ARRAY OF BIG ENDIAN UNSIGNED WITH SIZE 2@ .DWORD| ARRAY OF LITTLE ENDIAN UNSIGNED WITH SIZE 4@ .FARADDR| ARRAY OF LITTLE ENDIAN POINTER WITH SIZE 3 TO VOID@ -.WORD| ARRAY OF LITTLE ENDIAN UNSIGNED WITH SIZE 2@ +.WORD| ARRAY OF LITTLE ENDIAN UNSIGNED WITH SIZE 2