<論文>アセンブリー言語のテイスト : DSPのサバイバル
スポンサーリンク
概要
- 論文の詳細を見る
An attempt to survive a DSP (Digital Signal Processor) has led to an involvement of the assembly languages. Although the activity concerning the assembly languages seems to be out of date, it continues to be used in the DSP programming, and it is significant from the point of view of the studying the computer architecture. It was found that DSP assembly languages relate to much closely to the details of the computer architecture of the DSP than that of the general purpose computer. This article describes about the construction of the assembly language taking the example of Analog Devices' ADSP-2100 Family with subjective point of view. First, the instruction sets of the DSP are presented. Second, some details of the ALU instructions and MAC instructions are described with the BNF description, and finally explains about the multiple instructions and control structure.
- 2000-03-25
著者
関連論文
- アセンブリー言語のテイスト : DSPのサバイバル
- プログラミング言語の選択 : Oberonの設計思想と意義について
- 理工学系のWindows環境でのプログラミング : Excelでの経験
- 関数型プログラミングが目指すプログラミング方法論の新たな展開
- Simulaの文字列処理機能と汎用プログラミング言語としての役割について
- PC-FORTRANによる小型MINI-Lispシステムへの追加機能
- PC-FORTRANによる小型Lispシステム
- プログラミング言語における制御構造の変遷 : Algolとその後継言語のfor文を中心として