Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
fir.cmd
Package: Fir-f.rar [view]
Upload User: tigerpxy
Upload Date: 2017-06-07
Package Size: 2k
Code Size: 1k
Category:
Visual C++ Books
Development Platform:
C/C++
- /*
- * Copyright 2001 by Texas Instruments Incorporated.
- * All rights reserved. Property of Texas Instruments Incorporated.
- * Restricted rights to use, duplicate or disclose this code are
- * granted through contract.
- */
- /*
- * ======== hello.cmd ========
- *
- */
- MEMORY
- {
- PAGE 0: EPROG: origin = 0x1400, len = 0x7c00
- VECT: origin = 0xff80, len = 0x80
- PAGE 1: USERREGS: origin = 0x60, len = 0x1c
- BIOSREGS: origin = 0x7c, len = 0x4
- IDATA: origin = 0x80, len = 0x1380
- EDATA: origin = 0x1400, len = 0x8000
- EDATA1: origin = 0x9400, len = 0x4c00
- }
- SECTIONS
- {
- .vectors: {} > VECT PAGE 0
- .sysregs: {} > BIOSREGS PAGE 1
- .trcinit: {} > EPROG PAGE 0
- .gblinit: {} > EPROG PAGE 0
- frt: {} > EPROG PAGE 0
- .text: {} > EPROG PAGE 0
- .cinit: {} > EPROG PAGE 0
- .pinit: {} > EPROG PAGE 0
- .sysinit: {} > EPROG PAGE 0
- .bss: {} > IDATA PAGE 1
- .far: {} > IDATA PAGE 1
- .const: {} > IDATA PAGE 1
- .switch: {} > IDATA PAGE 1
- .sysmem: {} > IDATA PAGE 1
- .cio: {} > IDATA PAGE 1
- .MEM$obj: {} > IDATA PAGE 1
- .sysheap: {} > IDATA PAGE 1
- .stack: {} > IDATA PAGE 1
- }