-
Notifications
You must be signed in to change notification settings - Fork 11
/
elisp-bytecode.texi
54 lines (40 loc) · 1.3 KB
/
elisp-bytecode.texi
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
\input texinfo @c -*-texinfo-*-
@c %**start of header
@c @include docstyle.texi
@setfilename elisp-bytecode
@c Page numbers I think are at the top by default, but we need
@c to usurp that space in the individual instruction format. So
@c we'll put the page number centered at the bottom.
@everyfooting @| @thispage @|
@include macros.texi
@documentencoding UTF-8
@dircategory Emacs Lisp
@direntry
* Lisp Bytecode:: The Emacs Lisp Bytecode Manual.
@end direntry
@titlepage
@title GNU Emacs Lisp Bytecode Reference Manual
Collated and edited by Rocky Bernstein with contibutions from Pipcet,
Chris Wellons, Stefan Monnier, Hallvard Breien Furuseth, Vladimir Kazanov, Andrea Corallo, and the Emacs community.
@end titlepage
@summarycontents
@contents
@ifnottex
@node Top
@top Emacs Lisp Byte Code and LAP Manual
@end ifnottex
@menu
* Introduction to Emacs Lisp Byte Code and LAP::
* Emacs Lisp Bytecode Environment::
* Emacs Lisp Bytecode Instructions:: Description of all Emacs Lisp Byte-Code Instructions
* Instruction Changes Between Emacs Releases::
* Opcode Table:: Table of Bytecode Instruction ordered by Opcode Number
* Indices::
@end menu
@include intro.texi
@include environment.texi
@include instructions.texi
@include changes.texi
@include opcode-table.texi
@include indices.texi
@bye