Message-ID: <000301bdd9e8$4c501a40$22e7acc1@foxe> From: "Pieter van Ginkel" To: "Delorie" Subject: Passing SEGMENT:OFFSET addresses Date: Sun, 6 Sep 1998 15:46:40 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Precedence: bulk How do I pass SEGMENT:OFFSET addresses. I need to read the hard drive and I need to pass the address of a buffer with the BIOS call. How do I do this. E.g., I have this variable: BYTE Buffer[1024]; How do I get two variables, e.g. ES and BX, to pass with the BIOS call. Thanks.