Technical information
CSI to SPI Peripheral Communication in V850ES Microcontrollers
# All rights reserved by NEC Electronics Corporation
#
# This program should be used on your own responsibility.
# NEC Electronics Corporation assumes no responsibility for any losses
incurred
# by customers or third parties arising from the use of this file.
#
# Filename : crte.s
# Abstract : start file for CA850
# APIlib: V850ESKX1H.lib V1.33 [24 Sep 2004]
#
# | : |
# | : |
# tp -> -+-----------------+ __start __tp_TEXT
# | start up |
# |---------------- |
# text section | |
# | user program |
# | |
# |-----------------|
# | library |
# -+-----------------+
# | : |
# | : |
# -+-----------------+ __argc
# | 0 |
# |---------------- | __argv
# data section | #.L16 |
# |---------------- | .L16
# | 0x0,0x0,0x0,0x0 |
# -+-----------------+
# | |
# sdata section | |
# | |
# gp-> -+-----------------+ __ssbss
# | |
# sbss section | |
# | |
# +-----------------+ __stack __esbss __sbss
# | stack area |
# bss section | |
# | 0x200 bytes |
# sp-> -+-----------------+ __stack + STACKSIZE __ebss
#
#============================================================================
=
#----------------------------------------------------------------------------
-
# special symbols
#----------------------------------------------------------------------------
-
.extern __tp_TEXT, 4
.extern __gp_DATA, 4
.extern __ep_DATA, 4
80