Groups | Search | Server Info | Login | Register
Groups > comp.compilers > #228
| From | "BartC" <bc@freeuk.com> |
|---|---|
| Newsgroups | comp.compilers |
| Subject | Re: Language Design for a tiny processor |
| Date | 2011-08-08 22:54 +0100 |
| Organization | A noiseless patient Spider |
| Message-ID | <11-08-011@comp.compilers> (permalink) |
| References | <11-07-027@comp.compilers> |
"Billy Mays" <81282ed9a88799d21e77957df2d84bd6514d9af6@myhashismyemail.com> > I am trying to design a programming language for a simple processor > (16 bit, ~10 instructions, 16 registers). I am not sure what a > language actually needs in order to be more useful than pure assembly, > but is also reasonable to implement. > > I had originally tried to make a RPN style language where the language > is purely stack based, but I realized it wouldn't be Turing complete. > I'd rather not just re implement C or other commonly used languages, > but I'm having a hard time coming up with something I'd actually want > to use. Is this a commercially available processor with a part-number, or something you are also creating (or perhaps exists only in an emulator)? Having a look at the instruction set (with only ten instructions, you could just list them...) it might make it easier to offer advice on what sort of language might be viable and whether it would make programming much easier. -- Bartc
Back to comp.compilers | Previous | Next — Previous in thread | Find similar
Language Design Billy Mays <81282ed9a88799d21e77957df2d84bd6514d9af6@myhashismyemail.com> - 2011-07-18 16:16 -0400
Re: Language Design Roberto Waltman <usenet@rwaltman.com> - 2011-07-18 18:10 -0400
Re: Language Design Srinivas Nayak <sinu.nayak2001@gmail.com> - 2011-07-18 22:54 -0700
Re: Language Design anton@mips.complang.tuwien.ac.at (Anton Ertl) - 2011-07-19 13:12 +0000
Re: Language Design Andreas Zwinkau <zwinkau@kit.edu> - 2011-07-20 13:26 +0200
Re: Language Design mac <acolvin@efunct.com> - 2011-07-23 01:11 +0000
Re: Language Design Christophe de Dinechin <christophe.de.dinechin@gmail.com> - 2011-07-23 08:17 -0700
Re: Language Design Oleg Sesov <osesov@gmail.com> - 2011-07-23 14:58 -0700
Re: Language Design Gene <gene.ressler@gmail.com> - 2011-07-26 10:28 -0700
Re: Language Design Roberto Waltman <usenet@rwaltman.com> - 2011-07-28 13:22 -0400
Re: Language Design torbenm@diku.dk (Torben Ægidius Mogensen) - 2011-08-08 16:11 +0200
Re: Language Design tm <thomas.mertes@gmx.at> - 2011-07-27 08:11 -0700
Re: Language Design "s_dubrovich@yahoo.com" <s_dubrovich@yahoo.com> - 2011-08-04 18:43 -0700
Re: Language Design for a tiny processor "BartC" <bc@freeuk.com> - 2011-08-08 22:54 +0100
csiph-web