*********************************************************************
*            PBF to binary data converter for PB-1000/C             *
*               (C)2010 Miyura (miyura321@ybb.ne.jp)                *
*********************************************************************

This document describes PBF-binary file converter for the PB-1000/C.

1.Functions
  This program converts a PBF format text file named "MEMO.S" on the
  internal RAM into a binary data file. It is suitable for the 1 bit
  simple RS-232C interface, therefore if you have the FA-7 or MD-100,
  "PBFTOBIN.EXE" is recommended.

2.Contents of attached files
  This file				readme(e).txt
  Source file				memtobin.s
  BASIC file to make execute file	memtobin.bas   (for PB-1000)
					memtobin_c.bas (for PB-1000C)

3.How to install the program
  Execute the "RECEIVE.EXE" and send the "memtobin.bas" from PC.
  When the transfer is completed, input load "MEMO", and then input
  'run' after setting 311 bytes or more binary file loading area.
  After a while, the execute file "MEMTOBIN.EXE" will be created.

4.How to execute the program
  Execute "MEMTOBIN.EXE". The "MEMO.S" described as PBF data format
  is converted to the binary file.

  If the "MEMO.S" does not exist or the binary file which has the same
  name as the generated binary file already exists or the memory is not
  sufficient or the PBF file format is invalid, errors occur and the
  binary file is not generated.

5.Copyrights and disclaims
  This program is a freeware, however copyright subsists in all programs.
  I disclaim any guarantee against losses caused by use of the programs.