| Instructions |
The first routine in this section is a single command called COPY. This
machine code word reproduces a copy of the current screen image on the
printer. It uses the standard ACE character set regardless of whether you
have redefined them or not. To make an exact copy of a screen with
redefined characters you would use a more advanced technique - see later.
Normally, you would load this word (load copy) along with your own program
so that you can get a hard copy of the screen at any time by simply
entering COPY. You may of course prefer to enter INVIS COPY to prevent the
command itself from being printed.
|