Path: utzoo!attcan!uunet!tut.cis.ohio-state.edu!zaphod.mps.ohio-state.edu!wuarchive!udel!haven!adm!news From: n257cl@tamunix.tamu.edu (Sean Malloy) Newsgroups: comp.lang.pascal Subject: Re: Passing commands to DOS Message-ID: <23024@adm.BRL.MIL> Date: 13 Apr 90 06:30:34 GMT Sender: news@adm.BRL.MIL Lines: 7 AHEM Interrupt #16 is actually interrupt 16h (decimal 22)... Although PASCAL may seem to operate in base 10 (decimal) your machine works best with numbers which are base 2 or base 16 (hexadecimal). Hope this helps. -Sean