Questions tagged [oolong]

Oolong is an assembly language targeting the Java Virtual Machine.

4 questions
4
votes
3 answers

What is Oolong in terms of JVM?

I'm reading "Programming for Java Virtual Machine" by Joshua Engel book where the author offers "an assembly language for JVM" called Oolong. As far as I understand this is the language which is compiled into java bytecode and which is really…
Sergey
  • 11,548
  • 24
  • 76
  • 113
2
votes
1 answer

where is the source code for Oolong and Gnoloo?

I'm reading Programming for the Java Virtual Machine which discusses the Oolong assembler and Gnoloo disassembler. Judging by references online the source code was at one point available, but I can't find it now. Does anyone know where to get…
Yuvi Masory
  • 2,644
  • 2
  • 27
  • 36
1
vote
1 answer

Why doesn't Jasmin like this assembly code?

I am reading the programming for the Java Virtual Machine by Joshua Engel, and I tried typing in one of the examples in the book. I understand that the book uses Oolong, and I am using Jasmin, however for such a simple example, and because the…
Blake F.
  • 153
  • 13
0
votes
3 answers

Recommendations for C++ open source game engines on IPhone

I decided that I want to make a game for the iphone I was thinking of using oolong or sio2 any recommendations? Both have the problem of lack of tutorials, is it possible to somehow use a normal C++ game tutorial and integreate the engines rather…
Dave
  • 348
  • 1
  • 6
  • 23