- Change Linux commands in README to use
xxd
instead ofprintf
. - Add
ALT
directory with example programs that do not depend on DOS services.
- Move string to bottom and avoid
JMP
. (credit: colejohnson66) - Use
RET
instead ofINT 21
to terminate program. (credit: userbinator)
- Inital program.