Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

6
  • 1
    $\begingroup$ There is a fourth one: throw. $\endgroup$ Commented Sep 27, 2017 at 21:10
  • 1
    $\begingroup$ @PaŭloEbermann And System.exit(). $\endgroup$ Commented Sep 27, 2017 at 22:25
  • 1
    $\begingroup$ Also note that the Java virtual machine bytecode has unconditional jumps (of course). It could be instructive to show the bytecode for loops and conditional expressions (instead of comparing unrelated 6502 assembler). $\endgroup$ Commented Sep 27, 2017 at 22:33
  • 1
    $\begingroup$ @PeterA.Schneider 6502 is useful for me because it is what they have studied, so it's a good point of reference. It's also a beautifully clean and simple assembly language $\endgroup$ Commented Sep 28, 2017 at 1:51
  • $\begingroup$ And a fifth one: switch $\endgroup$ Commented Sep 28, 2017 at 8:57