diff --git a/doc/MANUAL.md b/doc/MANUAL.md index 13a2cc9..eb1be66 100644 --- a/doc/MANUAL.md +++ b/doc/MANUAL.md @@ -281,7 +281,7 @@ option 5 using the image option `-i`. $ xas99.py -R -i ashello.asm -o ashello5.img Again, we override the default output name `ashello.img`, for later. The -resulting image file `ashello5.img` has 248 bytes and contains binary data. +resulting image file `ashello5.img` has 132 bytes and contains binary data. $ ls -l ashello5.img > dir ashello5.img diff --git a/examples/ashello.asm b/examples/ashello.asm index 28e1ea5..705dbf9 100644 --- a/examples/ashello.asm +++ b/examples/ashello.asm @@ -2,6 +2,7 @@ IDT 'ASHELLO' + DEF START REF VSBW,VMBW,VWTR REF KSCAN