This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
here are a portion of build-in asm code :
" .long 661b\n" \
" .long 663f\n" \
" .byte %c0\n" / \
" .byte 662b-661b\n" \
" .byte 664f-663f\n"
what is 661b,663f ,etc .
what does it mean?
thanks!
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |