Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/MANUAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions examples/ashello.asm
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

IDT 'ASHELLO'

DEF START
REF VSBW,VMBW,VWTR
REF KSCAN

Expand Down