Programming the 28C256 isn’t handled directly within Flux. In a typical hardware workflow, you’d follow these steps:
Generate a Binary Image:
Create a binary (or .hex) file that encodes your state machine logic.
Use an EPROM Programmer:
Connect your 28C256 chip to a dedicated EPROM programmer. Many vendors offer programmers with associated software that allows you to load your binary file onto the chip.
Verify Programming:
Use the programmer’s verify feature to ensure that the EPROM was correctly programmed.
If you need guidance on generating the binary image for your state machine or recommendations for programmers, let me know!