Path: utzoo!attcan!uunet!tut.cis.ohio-state.edu!pt.cs.cmu.edu!dsl.pitt.edu!pitt!willett!ForthNet From: ForthNet@willett.pgh.pa.us (ForthNet articles from GEnie) Newsgroups: comp.lang.forth Subject: Forth Implementation Message-ID: <1898.UUL1.3#5129@willett.pgh.pa.us> Date: 22 Oct 90 00:58:03 GMT Organization: String, Scotch tape, and Paperclips. (in Pgh, PA) Lines: 16 To: RON TOLER Refer#: 1782 From: RAY DUNCAN Read: NO Subj: CODE & PROC 3.2+ Status: PUBLIC MESSAGE Major things wrong here. The address of the variable you are using is a Forth logical address, but you really need a segment and offset for JMPFI. Use ADDR>S&O to convert the logical address to a segment and offset, put the latter in the variable, then use JMPFI. There are many other subtle features of CODE and PROC definitions related to the contents of the segment registers, the mapping of logical to physical addresses, and so on. NET/Mail : LMI Forth Board, Los Angeles, CA (213) 306-3530 ----- This message came from GEnie via willett through a semi-automated process. Report problems to: dwp@willett.pgh.pa.us or uunet!willett!dwp