RPUFOS BIN to PHC


Binary to .phc

Load your BIN file, specify the entry point address, and then generate the PHC output.


No file loaded


Hexa view of binary and phc file

BIN (hex view)
PHC (hex view)

Explanation

The binary is merged with a bootloader.
The bootloader is a single BASIC line:


			  10 CALL &Hnnnn
			  
nnnn is the entry point of the binary (default &HC009).

Source: Sylvain Glaize: Gitlab