A Language for System Programs and Its Implementation Using a Macro Processor
スポンサーリンク
概要
- 論文の詳細を見る
A new programming language ML-ll has been designed and implemented with the following features:(1) system implementation language. (2) structured programming oriented language. (3) implemented by using macro assembly language MACBO-ll for the PDP-ll/20. The space and time efficiency of the program is an important factor in the system programming. The structured programming is useful for productivity including the documentation, the debugging and the maintenance of the programs. But these requirements are often conflicting. To resolve this conflict, ML-1l is implemented as a compound language of a low level assembly language and high level varietal macros. A set. of new macros listed in Table-l are defined. They are classified into four groups. (l) control macros (2) subroutine macros (3) data macros (4) field handling macros. This language is implemented by adding the macro definitions to the system library of the macro assembler. This approach is much easier than preparing the complier. Furthermore, the modification and the extension of this language are very easy.
- 一般社団法人情報処理学会の論文
著者
-
Yano Shuichiro
Fujitsu Ltd.
-
Tokura Nobuki
Faculty of Engineering Science, Osaka University
-
Tokura Nobuki
Faculty Of Engineering Science Osaka University
-
OKUI Jun
Department of Information Engineering, Nagoya Institute of Technology
-
Okui Jun
Department Of Information Engineering Nagoya Institute Of Technology
関連論文
- A Parallel Method for the Prefix Convex Hulls Problem
- A Language for System Programs and Its Implementation Using a Macro Processor