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
>>
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
>