Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!cornell!batcomputer!itsgw!steinmetz!uunet!mcvax!np1!h75 From: h75@np1.hep.nl (Henk Uijterwaal) Newsgroups: comp.sys.apple Subject: Re: loading INTBASIC in DOS 3.3 Message-ID: <136@np1.hep.nl> Date: 10 Feb 89 07:52:34 GMT References: <8902090632.aa16417@SMOKE.BRL.MIL> Reply-To: h75@np1.hep.nl (Henk Uijterwaal) Organization: Nikhef-H, Amsterdam (the Netherlands). Lines: 19 >> >>I would like to know how to load integer basic. I used to have a >>disk that would load it automatically, but now I don't know where it >>is. > >I think the LOADER.OBJ0 file was intended to be BLOADed and CALLed, >but I don't remember the address. You might BLOAD it and then check >the address it loaded at by doing this: > No, BLOADing a file and followed by a CALL to the first adress is exactly the same as BRUNning a file. On my //e this command bloads INTbasic correctly: ] BLOAD INTBASIC, A$D000 After you've done that, you can switch to INTbasic with the INT command and back to applesoft with FP Henk Uijterwaal