mirror of
https://github.com/nineties/planckforth
synced 2025-01-13 08:01:10 +01:00
Add binary layout figure
This commit is contained in:
parent
05a5bd77e9
commit
4302b074c9
1 changed files with 4 additions and 0 deletions
|
@ -90,6 +90,10 @@ $ ./planck < bootstrap.fs runtests.fs
|
|||
| v | argv | ( -- a-addr u ) | argv and argc |
|
||||
| V | version | ( -- c-addr ) | Runtime infomation string |
|
||||
|
||||
# Binary Layout
|
||||
|
||||
![binary layout](https://user-images.githubusercontent.com/172570/104666244-c0c58800-5716-11eb-9798-847ea2fe76b8.jpeg)
|
||||
|
||||
# Implementations
|
||||
|
||||
| Implementation of runtime | build | test status |
|
||||
|
|
Loading…
Reference in a new issue