2

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 it?

UPDATE: thanks to belisarius I have the code, and have put it on GitHub with some build automation to make it a little easier to play with.

Ryan Gates
  • 4,501
  • 6
  • 50
  • 90
Yuvi Masory
  • 2,644
  • 2
  • 27
  • 36

1 Answers1

2

Found them here for download.

HTH!

Ps: there are several downloads in the page. The one you're looking for is this

Dr. belisarius
  • 60,527
  • 15
  • 115
  • 190