Skip to content
Open
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
3 changes: 1 addition & 2 deletions dosmc.dir/dosmc.h
Original file line number Diff line number Diff line change
Expand Up @@ -258,8 +258,7 @@ static void oputcrlf(void);
"int 0x21" \
"mov dl, 10" \
"int 0x21" \
parm [ dl ] \
modify [ ax ];
modify [ dl ax ];

/* Writes a '\0'-terminated string + CRLF ("\r\n") to stdout.
* The C standard requires "\n" instead of CRLF.
Expand Down