From b434da93f464628b306d00a91161d8054d0b0918 Mon Sep 17 00:00:00 2001 From: Shautvast Date: Fri, 10 Nov 2023 23:36:23 +0100 Subject: [PATCH] updated readme --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4cb42d6..45a7bd6 100644 --- a/README.md +++ b/README.md @@ -8,13 +8,11 @@ actually: **so far** * starts a main class (TODO cmdline args) * loads classes from a classpath, including jar/jmod files -* instantiates classes +* instantiates classes * runs bytecode (TODO more opcodes) -* has INVOKEVIRTUAL and INVOKESPECIAL, including stackframes (TODO more invokes) -* has a heap +* native methods (not dynamic) **more TODO's** -* native methods * stacktraces * check visibility * IO