Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watmath!clyde!rutgers!seismo!ut-sally!ut-ngp!traffic From: traffic@ut-ngp.UUCP Newsgroups: comp.sys.mac Subject: How to use 'non-include-ed' ROM calls in MSFortran? Message-ID: <5031@ut-ngp.UUCP> Date: Thu, 16-Apr-87 22:38:02 EST Article-I.D.: ut-ngp.5031 Posted: Thu Apr 16 22:38:02 1987 Date-Received: Sat, 18-Apr-87 03:40:21 EST Reply-To: traffic@ngp.UUCP (WIley Sanders) Distribution: world Organization: UTexas Computation Center, Austin, Texas Lines: 13 Is it possible to construct calls to 'toolbx.sub' for routines that are not listed in the various include files supplied with MacFortran? Specifically, I would like to be able to call Date2Secs and Secs2Date. What is the relationship of the value of the parameter in the include file to its trap word? In the old v1.0 file 'toolbx.inc' the parameter was the ordinal position of the routine in the trap word list. In the new version (2.2) it is some 4-byte thing; only the first 1 1/2 bytes seem to have anything to do with the actual value of the trap word (at first glance.) Has someone decoded this? Is it possible to access non-include-ed ROM calls? -w