diff --git a/dosmc.dir/dosmc.h b/dosmc.dir/dosmc.h index 748ac09..77f1b81 100644 --- a/dosmc.dir/dosmc.h +++ b/dosmc.dir/dosmc.h @@ -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.