Tip:
Add the following line at the start of your program.
1 '01234567
Save the program with SAVE"NAME.ROM" and check that the file does not exceed 16384 (4000h) bytes.
Open the file with an Hexa editor to replace the first 16 bytes:
FF 11 80 04 00 3A 8F E6 30 31 32 33 34 35 36 37
by
41 42 00 00 00 00 00 00 10 80 00 00 00 00 00 00
If the file is smaller than 16384 (4000h) bytes, fill with FFh behind the program.
Save and your Rom is ready.
Login sesión o register para postear comentarios