Error loading plugin include
ParseError: syntax error, unexpected 'include' (T_INCLUDE), expecting identifier (T_STRING) or '{'
More info is available in the error log.
ParseError: syntax error, unexpected 'include' (T_INCLUDE), expecting identifier (T_STRING) or '{'
More info is available in the error log.
words:kernel_embedded:stack:dup
: DUP ( x -- x x ) >r r@ r> ;
Besser: code
Aus Laufzeitgründen wird DUP immer mit Hilfe der Instruktionen der zugrunde liegenden Maschiene formuliert.
z.B.
8080:
CODE DUP h pop h push h push jmp end-code
(Aus: All about Forth; Forth-79)
Das Beispiel ist abhängig von der tatsächlichen Lage der Stackpointer und der Formulierung von Assembler-Macros wie pop und push.
words/kernel_embedded/stack/dup.txt · Zuletzt geändert: von 127.0.0.1