Update README.md

This commit is contained in:
Sander Hautvast 2023-10-14 07:36:33 +02:00 committed by GitHub
parent 08c4ba33ee
commit 03732a3b73
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@ actually:
**so far**
* starts a main class (TODO cmdline args)
* loads classes from a classpath, including jar/jmod files
* instantiates classes (TODO implement superclass instantiation)
* instantiates classes
* runs bytecode (TODO more opcodes)
* has INVOKEVIRTUAL and INVOKESPECIAL, including stackframes (TODO more invokes)
* has a heap