yangyuex wrote:
> 
> Hi,
> 
> Who can tell me what's mean of
> 
> "JVM INSTR pop; " in my  attatched file.

I don't think this line is a legal Java statement.  It looks like
'inline assembly' for the JVM. You will need a Java compiler that
understands this sort of things.

> When I compiler the attatched file,
> the compiler complains that it does not support
> "goto", so I decided to understand this small program that
> I can rewrite it.

Again, it look like inline assembly for the JVM.

-- 
Weiqi Gao
[EMAIL PROTECTED]


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to