copy-rom is a library which inables you to copy the content of a ROM card. You can copy the content of a rom card to a computer disk or copy it to a port on your hp48 calculator. * {stk^} o given a port# (1,2 or 0) as an argument: will recall the entire content of the port (ram or Rom) to stack. o given a library identifier (:port#:library#) as an argument: will recall the library to stack. o given a list of library identifiers as an argument: will recall all of the libraries specified in the list to stack. * {^port} o given a port# in level two: (source port) and a port# in level one: (destination port) or a list containing the two port numbers {sourcePort# destinationPort#}: will copy the entire content of the source port to the destination port. EXAMPLE: let us assume that we have a ROM card in port# 2 and we want to copy its content to port# 0. solution: enter a list containing the two port #s as follows: {2 0} PRESS the key labeled {^port). you can also accomplish the same task by entering : 2 in level two: 0 in level one: and then pressing the key, {^port}. O Given a library identifier in level tow: (:port#:library#) and a port# in level one:(destination port): will copy the library to the given destination port. you can also enter a list of library identifiers and a port#(destination port) as an argument. * {->->PC} o Given a port# as an argument: will transfer the entire content of the port(ROM or RAM ) to your personal computer. you may also enter a library identifier (:port#:library#) or a list of library identifiers as an argument.