Related articles |
---|
Public domain Pcode spec/interpreter ? timc@intel.com (1994-09-11) |
Public domain Pcode spec/interpreter PAUL@tdr.com (Paul Robinson) (1994-09-17) |
Re: Public domain Pcode spec/interpreter pardo@cs.washington.edu (1994-09-17) |
Re: Public domain Pcode spec/interpreter ellard@bbn.com (1994-09-18) |
Re: Public domain Pcode spec/interpreter markl@netcom.com (1994-09-20) |
Re: Public domain Pcode spec/interpreter bfaust@saratoga.physik.Uni-Osnabrueck.DE (1994-09-21) |
Newsgroups: | comp.compilers |
From: | bfaust@saratoga.physik.Uni-Osnabrueck.DE (Bernd Faust) |
Keywords: | code |
Organization: | Fachbereich Physik, Universitaet Osnabrueck, Germany |
References: | 94-09-033 94-09-070 |
Date: | Wed, 21 Sep 1994 14:36:00 GMT |
>Tim Carver <timc@ibeam.intel.com>, writes that he is looking for a Pcode
>interpreter so that he can freely intermix interpreted code with machine
>code in a target environment, e.g. move to machine code where it's time
>critical.
This is done in the realtime multitasking operation system RTOS-UH, where
there is a so called 'hyperprocessor', which interprets parts of the code
the system-compiler PEARL-UH generates. When you write programs in pure
assembler you can switch between machine code, e.g. 'move.w #3, d0' (68k)
and hyperprocessor commands, which are named 'hypercommands' and written
as V233 or V345 ...
bernd
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.