From 4302b074c91a69da68bce4dbaead14e63518b3f6 Mon Sep 17 00:00:00 2001 From: Koichi Nakamura Date: Fri, 15 Jan 2021 09:49:01 +0900 Subject: [PATCH] Add binary layout figure --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 15fc0bc..aaa191d 100644 --- a/README.md +++ b/README.md @@ -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 |