Added Turbo C for 16-bit DOS fix for 64k boundary crossing.
authorDavid Griffith <dave@661.org>
Sat, 1 Feb 2025 21:07:33 +0000 (13:07 -0800)
committerDavid Griffith <dave@661.org>
Sat, 1 Feb 2025 21:26:57 +0000 (13:26 -0800)
commitefdc059f269c9d960c893544db328384a5a38336
treeb979ecc8579aedd6962b49e87d041cf5e585d8bb
parent01b463fb853ccfdec189beadbdb5284c9e9e3106
Added Turbo C for 16-bit DOS fix for 64k boundary crossing.

The LOW_WORD() macro for TurboC can't handle a zword passed as the
address because that macro assumes the first parameter is a 16-bit
value.  Maybe someday I'll find a clean way to rewrite that macro.
src/common/text.c