| : init-asm ( -- ) |
: init-asm ( -- ) |
| also assembler ; |
also assembler ; |
| |
|
| : code ( -- colon-sys ) \ tools-ext |
: code ( "name" -- colon-sys ) \ tools-ext |
| \ start a native code definition |
\ start a native code definition |
| header |
header |
| threading-method |
threading-method |
| ( create the [;code] part of a low level defining word ) |
( create the [;code] part of a low level defining word ) |
| ;-hook postpone (;code) ?struc postpone [ |
;-hook postpone (;code) ?struc postpone [ |
| defstart init-asm ; |
defstart init-asm ; |
| interpret/compile: ;code |
interpret/compile: ;code ( compilation. colon-sys1 -- colon-sys2 ) \ tools-ext semicolon-code |
| |
|
| : end-code ( colon-sys -- ) \ gforth end_code |
: end-code ( colon-sys -- ) \ gforth end_code |
| ( end a code definition ) |
( end a code definition ) |