This page (revision-5) was last changed on 03-Feb-2023 15:21 by Roland B. Wassenberg 

This page was created on 14-Jun-2018 20:17 by Roland B. Wassenberg

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
5 03-Feb-2023 15:21 729 bytes Roland B. Wassenberg to previous
4 14-Jun-2018 20:24 733 bytes Roland B. Wassenberg to previous | to last
3 14-Jun-2018 20:24 729 bytes Roland B. Wassenberg to previous | to last
2 14-Jun-2018 20:20 698 bytes Roland B. Wassenberg to previous | to last
1 14-Jun-2018 20:17 673 bytes Roland B. Wassenberg to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 changed one line
To create one 16 KiB-ROM out of 2 8 KiB ROMs, use the following method:
!!!Combine 2 files into 1
To create one 16 KiB-ROM out of two 8 KiB ROMs, use the following method:
At line 6 changed one line
copy /b monkey.rom+basic.rom allinone16k.rom\\
copy /b file1.rom+file2.rom allinone16k.rom\\
At line 13 changed one line
cat monkey.rom basic.rom > allinone16k.rom\\
cat file1.rom file2.rom > allinone16k.rom\\
At line 15 changed one line
and the resulting rom file can be found in the same directory. Done. :-)\\
and the resulting rom file can be found in the same directory. Done. :-)