Merge pull request #4 from strogiyotec/master

fix link to jdk source code
This commit is contained in:
Spencer Tipping 2021-05-03 14:33:50 -06:00 committed by GitHub
commit 553b452c53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -678,7 +678,7 @@ Offline disassemblers like NASM and YASM won't help you.
assemblers are actually written assemblers are actually written
- [The JVM source - [The JVM source
code](http://hg.openjdk.java.net/jdk9/hs/hotspot/file/6868eb69ce70/src) code](https://github.com/openjdk/jdk/tree/master/src/hotspot/)
- [Jonesforth](http://git.annexia.org/?p=jonesforth.git;a=blob;f=jonesforth.S;h=45e6e854a5d2a4c3f26af264dfce56379d401425;hb=HEAD): - [Jonesforth](http://git.annexia.org/?p=jonesforth.git;a=blob;f=jonesforth.S;h=45e6e854a5d2a4c3f26af264dfce56379d401425;hb=HEAD):
a well-documented example of low-level code generation and interpreter a well-documented example of low-level code generation and interpreter