flagxor / ueforth

Apache License 2.0
95 stars 26 forks source link

Problem with MOV, syntax in Xtensa assembler #35

Open MPETREMANN11 opened 1 year ago

MPETREMANN11 commented 1 year ago

Hello,

I'm testing XTENSA assembler.

And I've a problem with MOV,

My test:

    a8 a2       MOV,

ESP32forth display:

-->     a8 a2       MOV,
STACK UNDERFLOW ERROR

I use only ar as registers before MOV, because in ISA XTENSA, I read this:

image

In this documentation, MOV need only two registers.....

With best regards