SAVE

SAVE “filename”,A
Saves filename on disk.

By using the A option, you save the program in ASCII format.

SAVE “PROG/BAS”

SAVE “TEST:1”,A

SAVEM

SAVEM “filename”, first address, second address, third address
Saves filename, a machine-language program residing in the memory location that begins at first address and ends at second address.

The third address is the execution address.

SAVEM “FILE/BIN:1”, &H5200, &H5800, &H5300

RTS

This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.More information about cookies