nimblemachines / muforth

A simple, indirect-threaded Forth, written in C; for target compiling; runs on Linux, BSD, OSX, and Cygwin
https://muforth.dev/
Other
131 stars 30 forks source link

target/RISC-V/asm-rv32i.mu4: mismatched stack comments? #38

Closed anarchitech closed 2 years ago

anarchitech commented 2 years ago
------ snip -----

(line)
350      ( Compare two registers: ( rs1 rs2 - op)
351      11_000_11  000  SB-cond !=   ( beq)
352      11_000_11  001  SB-cond =    ( bne)
353      11_000_11  100  SB-cond >=   ( blt)
354      11_000_11  101  SB-cond <    ( bge)
355      11_000_11  110  SB-cond u>=  ( bltu)
356      11_000_11  111  SB-cond u<   ( bgeu)

------ snip ------