Re: [loongson-dev] Bare-metal assembly

2011-07-19 Thread wu zhangjin
2011/7/20 Sébastien Doutreligne : > I am involved in programming computer without any operating system on top. I > practised intel assembly in qemu and try to run an assembly program on the > yeeloong laptop. I use a gnu toolchain mipsel build from embedian. > > Here is the code: >> >>     .text >>

[loongson-dev] Bare-metal assembly

2011-07-19 Thread Sébastien Doutreligne
I am involved in programming computer without any operating system on top. I practised intel assembly in qemu and try to run an assembly program on the yeeloong laptop. I use a gnu toolchain mipsel build from embedian. Here is the code: > .text > .globl __start > __start: > li $8, 5 >