Next:
3.11.1 Inline Assembler Code
Up:
3. Using SDCC
Previous:
3.10 Functions using private
Contents
Index
3
.
11
Inline Assembler Code
Subsections
3
.
11
.
1
Inline Assembler Code Formats
3
.
11
.
1
.
1
Old __asm ... __endasm; Format
3
.
11
.
1
.
2
New __asm__ (”inline_assembler_code”) Format
3
.
11
.
2
A Step by Step Introduction
3
.
11
.
3
Naked Functions
3
.
11
.
4
Use of Labels within Inline Assembler