Date: Sun, 2 Oct 1994 15:11:11 -0600 (MDT) From: Calimath / Sliced Bread Subject: segment:offset notation To: DJGPP mailing list I need to know how to convert a standard memory address to segment offset notation. If I do this will it work? : segment = address / 16 offset = address % 16 or is that entirely wrong? Thanks. -Jon (sl5h9 AT hyrum DOT declab DOT usu DOT edu)