Welcome, Guest. Please login or register.

Author Topic: BADDR () ??  (Read 2203 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show all replies
    • http://www.iki.fi/sintonen/
Re: BADDR () ??
« on: June 29, 2005, 08:57:18 PM »
Look into dos/dos.h, it has BADDR and MKBADDR macros.

BADDR is used to convert BPTR to APTR (* 4).
MKBADDR is used to convert APTR to BTPR (/ 4).