![]() ![]() Using the K & P 64K-RAM Card |
MZ800 Basic |
There are 47kb RAM free of 64kb if using this card. For programming information like command syntax refer to the Basic Manual. The K & P 64K-RAM card is similar to the Sharp RAM card MZ-1R18. |
PCP/M |
The Sharp P-CPM is fully supported. The drive number is "E" and you can use a maximum of 63kb. |
Machine Language |
Register B must be loaded by the MSB. Examples: Writing the value $56 to $EF07: LD A,07 ;LSB Read data from $D8C2: LD A,C2 ;LSB IN A,(EA) must follow now to read the following data byte. |