This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.file "test.c" | |
.section .rodata | |
.LC0: | |
.string "%d" | |
.text | |
.globl main | |
.type main, @function | |
main: | |
.LFB0: | |
.cfi_startproc |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 1 "test.c" | |
# 1 "<built-in>" | |
# 1 "<command-line>" | |
# 1 "test.c" | |
# 1 "/usr/include/stdio.h" 1 3 4 | |
# 28 "/usr/include/stdio.h" 3 4 | |
# 1 "/usr/include/features.h" 1 3 4 | |
# 324 "/usr/include/features.h" 3 4 | |
# 1 "/usr/include/i386-linux-gnu/bits/predefs.h" 1 3 4 | |
# 325 "/usr/include/features.h" 2 3 4 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#ifndef PRU_DEFS_H | |
#define PRU_DEFS_H | |
volatile register unsigned int __R31; | |
volatile register unsigned int __R30; | |
__far int C0 __attribute((cregister("MEM", far))); | |
__far int C4 __attribute((cregister("MEM", far))); | |
/* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/****************************************************************************/ | |
/* LNK.CMD */ | |
/* */ | |
/* Usage: clpru <src files...> -z -o <out file> -m <map file> lnk.cmd */ | |
/* */ | |
/* Description: This file is a sample command file that can be used */ | |
/* for linking programs built with the PRU C */ | |
/* Compiler. Use it as a guideline; you may want to change */ | |
/* the allocation scheme according to the size of your */ | |
/* program and the memory layout of your target system. */ |
NewerOlder