search for: prol16

Displaying 1 result from an estimated 1 matches for "prol16".

2016 Aug 28
2
Basic Backend: Load Indirect
...dded System Design at the University of Applied Sciences Upper Austria, Campus Hagenberg. (https://www.fh-ooe.at/en/hagenberg-campus/studiengaenge/master/embedded-systems-design/) In some lectures at my university, a simple 16-bit CPU with a very small instruction set of only 24 instructions called PROL16 is used to teach CPU architecture and chip design. I currently try to create a LLVM backend support for the PROL16 as part of a compiler example for my professor. I started to use your LEG CPU framework(https://github.com/frasercrmck/llvm-leg/blob/master/lib/Target/LEG/) as base for the PROL16 as...