logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

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!

Maintainer

Scott Finneran E‐Mail: scottfinneran@yahoo.com.au Peter Miller E‐Mail: pmiller@opensource.org.au Reference Manual SRecord srec_forth(5)

Name

srec_forth - FORTH file format

See Also