To export Z80 machine code and data
On the File menu, click Export.
Type the start address of the data to export in the Start Address box.
Type the length of the data to export in the Length box.
Click OK.
Type a name for the file in File name, and then click Save.
Tip
You can enter the start address and length in either decimal or hexadecimal:
32678 (Decimal)
0x8000 (C hex notation)
8000h (Zilog hex notation)
$8000 (Hexadecimal)
#8000 (DevPac hex)
If you want to export data from a specific RAM page, choose the page to export from after step 1 above.