100 Languages Speedrun: Episode 77: JVM Assembly with Jasmin
Java Virtual Machine (JVM) works in a weird way. First there's some source code in Java or Kotlin or whatnot. It gets compiled into JVM Assembly as intermediate form. Then that gets compiled into actual executable machine code.
In a way that JVM Asse...
taw.hashnode.dev11 min read