FoenixMCP/samples/HelloPGZ/README.md
Peter Weingartner 37f96ce1d5 PGZ Loader
Added PGZ loader and a utility to create PGZ files from Motorola SREC. Removed SREC loader.
2021-10-04 18:14:45 -04:00

520 B

Sample: HelloPGZ

One of the simple executable formats that the FoenixMCP supports is the PGZ format inherited from the original Foenix stock kernel. This assembly demo uses the VASM assembler to create a simple Motorola SREC file that prints "Hello, world." This SREC file can be converted to PGZ using the SRECPGZ C program included in the utilities folder of this repository.

Building

Make sure that the VASM binaries are in your executable path and then use the build.bat file to create the SREC file.