MIPS R2000 interpretor

slusher@thor.ece.uc.edu (Charles E. Slusher)
Sat, 28 Sep 91 20:31:04 GMT

          From comp.compilers

Related articles
MIPS R2000 interpretor slusher@thor.ece.uc.edu (1991-09-28)
Re: MIPS R2000 interpretor ksb@adm.csc.ncsu.edu (1991-10-01)
Re: MIPS R2000 interpretor avg@hq.demos.su (1991-10-09)
| List of all articles for this month |

Newsgroups: comp.sys.mips,comp.arch,comp.compilers
From: slusher@thor.ece.uc.edu (Charles E. Slusher)
Keywords: performance, interpreter
Organization: University of Cincinnati
Date: Sat, 28 Sep 91 20:31:04 GMT

I am a graduate student in computer eng. and the project with which I am
working has need of a MIPS R2000 interpreter (preferably written in C).
Does anybody out there know of such an animal? Via ftp or any other source?


%token THANKS 1
thanks: THANKS
{ printf("Thank You,\n"); }


Charles Slusher
ces@thor.ece.uc.edu
--


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.