The reason of this question is that I will implement a forth-like
system on the yeeloong using mips assembly.
So I need to set macros with addresses from which will start the data
stack, dictionnary entries, ...
2010/12/10, 项宇 :
> Fuxin Zhang 写道:
>>> Hello,
>>>
>>> My goal is to compile a simple a
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
>