--- gforth/arch/386/testasm.fs 2000/07/13 19:41:07 1.2 +++ gforth/arch/386/testasm.fs 2000/07/30 19:56:05 1.3 @@ -1,10 +1,10 @@ \ this code works with the following register assignments: -\ epb=sp, edi=tos +\ esi=sp, ebx=tos code my+ ( n1 n2 -- n ) - 4 [ebp] edi add, - 4 # ebp add, - ' noop >code-address jmp, \ next + 4 si D) bx add + 4 # si add + Next end-code \ see my+