mattgodbolt / owlet-editor

A modern BBC BASIC editor inspired by the BBC Micro Bot (https://bbcmicrobot.com)
https://bbcmic.ro
54 stars 4 forks source link

Add "save" button #89

Closed ojwb closed 2 years ago

ojwb commented 2 years ago

This copies a specified range of memory out of the emulator and into the clipboard.

For example, you now use the BBC BASIC assembler to assemble some machine code, then copy the resulting 6502 machine code back into your program.