Created
March 8, 2011 11:36
-
-
Save jnthn/860170 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .source hello.jasm | |
| .class public Hello | |
| .super java/lang/Object | |
| .method public static main([Ljava/lang/String;)V | |
| .limit stack 2 | |
| getstatic java/lang/System/out Ljava/io/PrintStream; | |
| ldc "hello from jasmin" | |
| invokevirtual java/io/PrintStream/println(Ljava/lang/String;)V | |
| return | |
| .end method |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment