| here >body cfa, |
here >body cfa, |
| defstart init-asm ; |
defstart init-asm ; |
| |
|
| |
[ifdef] doabicode: |
| : abi-code ( "name" -- colon-sys ) \ gforth |
: abi-code ( "name" -- colon-sys ) \ gforth |
| \ start a native code definition that is called using the platform's |
\ start a native code definition that is called using the platform's |
| \ ABI conventions corresponding to C-prototype |
\ ABI conventions corresponding to C-prototype |
| header |
header |
| doabicode: cfa, |
doabicode: cfa, |
| defstart init-asm ; |
defstart init-asm ; |
| |
[endif] |
| |
|
| : (;code) ( -- ) \ gforth |
: (;code) ( -- ) \ gforth |
| \ execution semantics of @code{;code} |
\ execution semantics of @code{;code} |