updated readme

This commit is contained in:
Shautvast 2023-11-10 23:36:23 +01:00
parent 92a4fa96a3
commit b434da93f4

View file

@ -8,13 +8,11 @@ actually:
**so far** **so far**
* starts a main class (TODO cmdline args) * starts a main class (TODO cmdline args)
* loads classes from a classpath, including jar/jmod files * loads classes from a classpath, including jar/jmod files
* instantiates classes * instantiates classes
* runs bytecode (TODO more opcodes) * runs bytecode (TODO more opcodes)
* has INVOKEVIRTUAL and INVOKESPECIAL, including stackframes (TODO more invokes) * native methods (not dynamic)
* has a heap
**more TODO's** **more TODO's**
* native methods
* stacktraces * stacktraces
* check visibility * check visibility
* IO * IO