Add a module described in assembler and describe the option byte in that module by using the DB pseudo instruction.
One of the simplest ways is to add the option byte to the startup routine.
The following shows an example of setting an option byte.
OPT CSEG AT 0080H
OPTION:DB 0F1H
-78K0-
-78K0S-
-78K4-