help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: About `disassemble'


From: Stefan Monnier
Subject: Re: About `disassemble'
Date: Mon, 04 Feb 2013 23:13:41 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

>> > What does the number at the left side mean (i.e. 0, 1, 2, 3:1, ... ,
>> > 17)?
>> It's the (byte) position of the code in the byte-code.
> I still don't understand.  Can you explain it more detailed?
> For example, "3:1" is confusing.

"3:1" is "byte number 3, label number 1".  So  "goto 1" will jump to byte 3.


        Stefan





reply via email to

[Prev in Thread] Current Thread [Next in Thread]