srec_forth(5) debian man page | unix.com

Man Page: srec_forth

Operating Environment: debian

Section: 5

srec_forth(5)							File Formats Manual						     srec_forth(5)

NAME
srec_forth - FORTH file format
DESCRIPTION
This format can be read by FORTH interpreters The file starts with HEX to set the number base. Each line contains the address, the byte and a store command, either C! for RAM or EEC! for EEPROM
EXAMPLE
Here is an example srec[hy]forth file. It contains the data "Hello, World" to be loaded at address 0x1000. HEX 48 1000 C! 65 1001 C! 6C 1002 C! 6C 1003 C! 6F 1004 C! 2C 1005 C! 20 1006 C! 57 1007 C! 6F 1008 C! 72 1009 C! 6C 100A C! 64 100B C! 0A 100C C!
COPYRIGHT
srec_cat version 1.58 Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Peter Miller The srec_cat program comes with ABSOLUTELY NO WARRANTY; for details use the 'srec_cat -VERSion License' command. This is free software and you are welcome to redistribute it under certain conditions; for details use the 'srec_cat -VERSion License' command.
AUTHOR
Peter Miller E-Mail: pmiller@opensource.org.au //* WWW: http://miller.emu.id.au/pmiller/ Reference Manual SRecord srec_forth(5)
Related Man Pages
srec_atmel_generic(5) - debian
srec_fairchild(5) - debian
srec_cosmac(5) - debian
srec_fastload(5) - debian
srec_spasm(5) - debian
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
awk or sed - Convert 2 lines to 1 line
How can I do this in VI editor?
Find columns in a file based on header and print to new file
A (ksh) Library For and From UNIX.com