Go to the first, previous, next, last section, table of contents.


.ascii "string"...

.ascii expects zero or more string literals (see section Strings) separated by commas. It assembles each string (with no automatic trailing zero byte) into consecutive addresses.


Go to the first, previous, next, last section, table of contents.