rsms / sol

A sunny little virtual machine
http://rsms.me/2012/10/14/sol-a-sunny-little-virtual-machine.html
521 stars 39 forks source link

How to add moden toolchain support? #1

Closed yunfan closed 11 years ago

yunfan commented 11 years ago

I am also got my own vm impl, the problem is not the running vm, but other stuff like moden toolchain support, like how to make a assembler for your vm or just how to support it in nasm/llvm?

rsms commented 11 years ago

Wait... What is the issue? Are you saying not being an llvm backend or frontend is a "bug"?

yunfan commented 11 years ago

well i am not reporting a bug, but request a assmbler which could be add to morden toolchain suite like gcc's or llvm's

rsms commented 11 years ago

Sorry, but you don't make sense. I'm compiling with clang (a C front-end to LLVM) just fine.