JPH02105279A - Input system for assembler source program - Google Patents

Input system for assembler source program

Info

Publication number
JPH02105279A
JPH02105279A JP63258614A JP25861488A JPH02105279A JP H02105279 A JPH02105279 A JP H02105279A JP 63258614 A JP63258614 A JP 63258614A JP 25861488 A JP25861488 A JP 25861488A JP H02105279 A JPH02105279 A JP H02105279A
Authority
JP
Japan
Prior art keywords
input
source program
assembler
program
assembler source
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP63258614A
Other languages
Japanese (ja)
Inventor
Ko Endo
遠藤 香
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Corp
Original Assignee
NEC Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NEC Corp filed Critical NEC Corp
Priority to JP63258614A priority Critical patent/JPH02105279A/en
Publication of JPH02105279A publication Critical patent/JPH02105279A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To prevent the input mistakes and to improve the input speed by changing the key input into the bar code input. CONSTITUTION:A bar code process program 2 translates the bar codes defined for each instruction of an assembler language inputted by a bar code sorter 1 into an assembler instruction. This translated value is inputted by an editor process program 3 to produce a source program 4 for execution of the screen output 5.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明はバーコード・リーダーを用いたエディタに関し
、特にアセンブラソース・プログラム入力方式に関する
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to an editor using a barcode reader, and particularly to an assembler source program input method.

〔従来の技術〕[Conventional technology]

一般にエディタはキーボードから各種のデータなどを入
力するようになっているので、アセンブラソース・プロ
グラムを入力する場合には注意深く大量のキー人力をし
なければならない。
Generally, editors are designed to input various data from the keyboard, so when inputting an assembler source program, one must be careful and use a large amount of keystrokes.

〔発明が解決しようとする課題〕[Problem to be solved by the invention]

上述した従来のエディタによるアセンブラソース・プロ
グラム入力はキーボードからの入力となっているので、
キーボード操作に慣れない使用者にはミスが多く、時間
がかかるという欠点がある。
Assembler source and program input using the conventional editor described above is input from the keyboard, so
The drawback is that users who are not accustomed to keyboard operations often make mistakes and are time-consuming.

本発明の目的はキー人力をバーコード入力に変更するこ
とによって上記の欠点を改善したアセンブラソース・プ
ログラム入力方式を提供することにある。
SUMMARY OF THE INVENTION An object of the present invention is to provide an assembler source program input method that improves the above-mentioned drawbacks by replacing manual key input with barcode input.

〔課題を解決するための手段〕[Means to solve the problem]

本発明のアセンブラソース・プログラム入力方式は、ア
センブラ言語の命令ごとに定義したバーコードを逐次に
読取り、前記バーコードをアセンブラ命令に翻訳し、ア
センブラソース・プログラムを生成する。
The assembler source program input method of the present invention sequentially reads barcodes defined for each assembler language instruction, translates the barcodes into assembler instructions, and generates an assembler source program.

〔実施例〕〔Example〕

次に、本発明について図面を参照して説明する。 Next, the present invention will be explained with reference to the drawings.

第1図は本発明の第1の実施例を示すブロック図である
。同図においてバーコード・リーダー1がプログラムを
入力する。バーコードは第2図に示す命令と、アルファ
ベットA°〜“Z”、数字“0゛〜°9′のすべてにつ
いて定義されている。
FIG. 1 is a block diagram showing a first embodiment of the present invention. In the figure, a barcode reader 1 inputs a program. The barcode is defined for the command shown in FIG. 2, the alphabets A° to "Z", and the numbers "0" to "9".

バーコード処理プログラム2はバーコード・リーダー1
によって入力されたコードを翻訳する。
Barcode processing program 2 is barcode reader 1
Translate code entered by .

そして翻訳された値をエディタ処理プログラム3が入力
してソース・プログラム4を生成し、画面出力5を行な
う。
Then, the editor processing program 3 inputs the translated values, generates a source program 4, and performs a screen output 5.

第3図は本発明の第2の実施例を示すブロック図である
。同図においてバーコードリーダー6が入力したコード
をバーコード処理プログラム7が翻訳する。バーコード
は第4図に示す命令パターンと、第5図に示す記述方式
に従って定義されている。バーコードが定義されていな
い値(シンボルや数値)はキーボード8により入力され
、キーボード処理プログラム9によって翻訳される。こ
れらの翻訳された値に従ってエディタ処理プログラム1
0はソース・プログラム11を生成し、画面出力12を
行なう。
FIG. 3 is a block diagram showing a second embodiment of the invention. In the figure, a barcode processing program 7 translates a code input by a barcode reader 6. The barcode is defined according to the command pattern shown in FIG. 4 and the description method shown in FIG. Values (symbols and numerical values) for which barcodes are not defined are input using the keyboard 8 and translated by the keyboard processing program 9. Editor processing program 1 according to these translated values
0 generates a source program 11 and performs screen output 12.

〔発明の効果〕〔Effect of the invention〕

以上説明したように本発明は、命令パターン毎にバーコ
ードを定義しているので、キー人力を極力避けて入力ミ
スを防止し、入力速度を高める効果がある。
As explained above, since the present invention defines a barcode for each command pattern, it is effective to avoid inputting errors by avoiding manual input as much as possible, and to increase input speed.

【図面の簡単な説明】[Brief explanation of drawings]

第1図は第1の実施例を示すブロック図、第2図は第1
の実施例の命令セットを示す説明図、第3図は第2の実
施例を示すブロック図、第4図は第2の実施例の命令セ
ットを示す説明図、第5図は第2の実施例の表現形式/
記述方法を示す説明図である。 1・・・バーコード・リーダー、2・・・バーコード処
理プログラム、3・・・エディタ処理プログラム、4・
・・ソース・プログラム、5・・・画面出力。
FIG. 1 is a block diagram showing the first embodiment, and FIG. 2 is a block diagram showing the first embodiment.
FIG. 3 is a block diagram showing the second embodiment, FIG. 4 is an explanatory diagram showing the instruction set of the second embodiment, and FIG. 5 is a block diagram showing the second embodiment. Example expression format/
It is an explanatory diagram showing a description method. 1... Barcode reader, 2... Barcode processing program, 3... Editor processing program, 4.
...Source program, 5...Screen output.

Claims (1)

【特許請求の範囲】[Claims] アセンブラ言語の命令ごとに定義したバーコードを逐次
に読取り、前記バーコードをアセンブラ命令に翻訳し、
アセンブラソース・プログラムを生成することを特徴と
するアセンブラソース・プログラム入力方式。
Sequentially reads barcodes defined for each assembler language instruction, translates the barcode into assembler instructions,
An assembler source program input method characterized by generating an assembler source program.
JP63258614A 1988-10-13 1988-10-13 Input system for assembler source program Pending JPH02105279A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP63258614A JPH02105279A (en) 1988-10-13 1988-10-13 Input system for assembler source program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP63258614A JPH02105279A (en) 1988-10-13 1988-10-13 Input system for assembler source program

Publications (1)

Publication Number Publication Date
JPH02105279A true JPH02105279A (en) 1990-04-17

Family

ID=17322723

Family Applications (1)

Application Number Title Priority Date Filing Date
JP63258614A Pending JPH02105279A (en) 1988-10-13 1988-10-13 Input system for assembler source program

Country Status (1)

Country Link
JP (1) JPH02105279A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH05298075A (en) * 1992-01-07 1993-11-12 Becton Dickinson & Co Method and device for data entry in computer

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH05298075A (en) * 1992-01-07 1993-11-12 Becton Dickinson & Co Method and device for data entry in computer

Similar Documents

Publication Publication Date Title
US5819097A (en) Industrial controller compiler with expandable instruction set
JPH02105279A (en) Input system for assembler source program
JPH05100730A (en) Programming device for motion controller
US7603661B2 (en) Parse table generation method and system
JPH0296823A (en) Information processor provided with advice function based on use history
JPS63318605A (en) Nc part program generating device
JPH0281267A (en) Method of screen generation
JPH0236419A (en) Automatic translation execution system for source code
JPH07325703A (en) Data converting device/method
JPS62107307A (en) Program processing method for numerical controller
JPS61131124A (en) Conversation input processing system
JPS60193029A (en) Data input system
JPH0535975A (en) Control method for pos terminal device
JPS6232557A (en) Communication protocol converter
JPH04248624A (en) Program conversion processor
JPH0357064A (en) Documentation device
JPH03147127A (en) Job design supporting system
JPS61161514A (en) Numerical control system
Wilck The LEAPSIG Sigma 5-Mac 16 Cross-Assembler
JPS62194514A (en) Numerical controller
JPH07311767A (en) Device and method for preparing document
JPH04106626A (en) Program translation processor
JPS62166432A (en) Control system for program translation
JPH0210430A (en) Online program generating system
JPH01152507A (en) Nc program registration system