home *** CD-ROM | disk | FTP | other *** search
- 1 ' PrtSc = Routine to print the screen from a basic program 12-4-82
- 501 DIM Z.%(1):Z.%(0)=&H5CD:Z.%(1)=&HCB ' Create tiny machine language program
- 503 Y.%=VARPTR(Z.%(0)):CALL Y.% ' Call it to print screen
- 505 ERASE Z.%:RETURN ' Erase it & return