Displaying 2 results from an estimated 2 matches for "8feb9547".
2009 Nov 23
0
[LLVMdev] New 8bit micro controller back-end
Our 8-bit port for PIC16 has taken roughly about 18 months to get to
where we are now. Our instruction set is not orthogonal, data memory is
banked, program memory is paged, there is only one accumulator and two
pointer registers, and the use of indirect memory access is really
expensive. So we had to implement some non conventional approaches to
get the model working.
For the most part, LLVM
2009 Nov 23
5
[LLVMdev] New 8bit micro controller back-end
Hi all,
I'm new to LLVM dev mailling list and I'm starting to discover some aspects
of LLVM.
Actually I'm looking for a solution to create a tool chain for my own chip
(a 8bit micro controller processor) that include a compiler/linker/assembler
toolset and a simulator/debugger.
>From what I've read, LLVM is a good tool to implement a compiler for this
proprietary platform,