Skip to content

Instantly share code, notes, and snippets.

@seanparsons
Created January 18, 2011 00:55
Show Gist options
  • Save seanparsons/783815 to your computer and use it in GitHub Desktop.
Save seanparsons/783815 to your computer and use it in GitHub Desktop.
object Main {
def main(args: Array[String]): Unit = {
new SixtyEightK() {
moveq(10, d0)
addl(200, d0)
println(d0)
// Outputs: DataRegister(210)
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment