Appendix A: Command Code Quick Reference
Page A-12 SATO Programming Reference
CCa Memory Area Select. Selects the Memory area for all following
Expanded Memory commands.
4-17
a = 1 Memory Area 1
b = 2 Memory Area 2
GCaaa Recall BMP Graphic. Recalls BMP graphic files stored in Expanded
Memory.
4-9
GIabbbcccddd
ee...e
Store Custom Graphics. Stores a graphic image in the memory card
to be called later for printing on a label.
4-10
a = Specifies format of data stream to follow
BBinary
H Hexadecimal
bbb = Number of horizontal 8 x 8 blocks
ccc = Number of vertical 8 x 8 blocks
ddd = Graphics storage number (001-999)
ee...e = Data to describe the graphic image
GRccc Recall Custom Graphics. Recalls for printing the graphic image
stored by the GI command.
4-11
ccc = Storage number (001-999)
GTaaa,bbbbb,
nn. . . n
Store BMP Graphics. Stores BMP files in Expanded Memory. 4-10
aaa = Storage area number (001 to 999)
bbbbb = Size of BMP file in bytes
nn...n = Data
PIaaa,bbbbb,
cc...c
Store PCX Graphics File. Stores a PCX graphic file. 4-15
aaa = Storage number (001-999)
bbbbb = Number of bytes in the file to be stored.
PYaaa Recall PCX Graphics File. Recalls a PCX graphics file. 4-14
aaa = The storage number assigned to the file (001-999)
YR,aaa
/D,bb,cc...c
Recall Format/Field. To recall a field from a format previously stored
in the memory card.
4-5
aaa = Number of format to be recalled (001 to 999)
bb = Number of field to be recalled (01-99)
cc...c = Data to be placed in field.
YS,aaa
/Nbb,cc
Store Format/Field. To store a field in a format in the memory card. 4-6
aaa = Format number (001 -999)
bb = Field number (01-99)
cc = Number of characters in the field
Instruction Description Page