Skip to content

Instantly share code, notes, and snippets.

@jnthn
Created March 8, 2011 11:36
Show Gist options
  • Select an option

  • Save jnthn/860170 to your computer and use it in GitHub Desktop.

Select an option

Save jnthn/860170 to your computer and use it in GitHub Desktop.
.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