X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;ds=sidebyside;f=machine.asm;h=f1fb51c9015e4dc7533df6596915982f36cbf87d;hb=92ed95a59cba9c0685150503196877c3d81fedbc;hp=4628077226d1c0487e15c708a584a942a48313f1;hpb=aa0b9f4e49a0da794e59d2803dc4654ff66824fb;p=rrq%2Frrqforth.git diff --git a/machine.asm b/machine.asm index 4628077..f1fb51c 100644 --- a/machine.asm +++ b/machine.asm @@ -73,6 +73,7 @@ macro popr x { ;;; referring to the doer field of the called word. macro next { + call p_calltrace_DFA lodsq ; mov rax, [rsi] + add rsi,8 jmp qword [rax] ; goto code of that FORTH word (64 bit jump) }