Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!know!zaphod.mps.ohio-state.edu!sdd.hp.com!decwrl!shelby!bloom-beacon!eru!luth!sunic!liuida!mip From: mip@IDA.LiU.SE (Mikael Patel) Newsgroups: comp.lang.forth Subject: Re: Minimal Forth Message-ID: <1990Aug21.125316.23080@ida.liu.se> Date: 21 Aug 90 12:53:16 GMT References: <27643@nigel.ee.udel.edu> <1990Aug16.191401.3291@ida.liu.se> Sender: news@ida.liu.se (News Subsystem) Organization: CIS Dept, Univ of Linkoping, Sweden Lines: 14 Please excuse the error that worked its way into the definition of DOCOLON in the direct threaded forth interpreter for M68K I suggested. It SHOULD be: DOCOLON: MOVE.W IP, -(RP) ; Push IP onto the return stack MOVE.W (SP)+, IP ; Pop the new IP NEXT ; And go to the next thread Mikael Patel