assemblerに関するmid_boldのブックマーク (5)

  • ― アセンブリ言語の教科書 ― サポートページ

    書は、純粋なアセンブリ言語の技術解説書です。全416ページ、CD-ROM付き。データハウス刊、3,800円(+税)にて、7月20日に全国書店で発売されます。 ●C言語など、各種のプログラミング経験のある方はもちろん、プログラミング知識の浅い初心者の方にも対応できるよう、アセンブラの基礎から具体的な解説を行っています。 ●書では、現在もっとも有名なアセンブラのひとつであるNASM(The Netwide Assembler)とGAS(GNU Assembler)を中心に、アセンブラを利用した、WindowsLinuxアプリケーションの作成を、具体的な例を挙げながら解説していきます。 ●OS(Operating System)作成の初歩的部分であるブートセクタ関連のプログラミングや、Linux環境でのアセンブラプログラミング解説はもちろん、MS-DOS上での16ビットアセンブラプ

  • gccのx86インラインアセンブリに関して

    GCCでインラインアセンブリを使用 する方法と留意点等 for x86  (1999〜2006年10回改訂、2006年1月22日注意を追加、最終更新日2006年5月27日) 文: A. SAITOH <s-akira at users.sourceforge.net>  home ※システム名、CPU名は一般に開発会社の登録商標です。 以下の情報はあまり過度に信用しないで下さい。より正確な情報は、asやgccのinfoから得て下さい。 個々のプロセッサ命令の解説はここでは述べません。そのような技術資料は、インテルやAMDのウェブ サイトのdeveloper向けのページからpdf形式で入手できます。 以下の文及びプログラム例の運用結果に関して、筆者は一切責任を負いません。 参考文献 [0] D. Stancevic, K. Scheibler, J. Leto, Linux Assembly

  • x86 Assembly/GNU assembly syntax - Wikibooks, open books for an open world

    General Information[edit | edit source] Examples in this article are created using the AT&T assembly syntax used in GNU AS. The main advantage of using this syntax is its compatibility with the GCC inline assembly syntax. However, this is not the only syntax that is used to represent x86 operations. For example, NASM uses a different syntax to represent assembly mnemonics, operands and addressing

  • Linux Assembly

    Welcome to the Linux Assembly website! If you are looking for information on assembly programming under UNIX-like operating systems (Linux/BSD/BeOS/etc), this is the right place to be. Here you can find various resources, ranging from tutorials and documentation, to actual programs written in assembly language. As time passes, we will try to provide as much information on the subject as possible,

  • oklab -

    最近ではコンピューター、ウェブ、モバイルでゲームを楽しめるようになりました。これらのゲームプログラミングについて学びましょう。 ゲームプログラミングの特徴 ゲームプログラミングは比較的新しいジャンルです。 ゲーム開発に使用される言語は、C#、C++JavaScriptSwiftRubyです。ゲームでは通常のアプリケーションと異なり複雑なビジュアルを操作するパフォーマンスと速度が要求されますので、プログラム言語もそれに特化している言語がおすすめです。 ゲームプログラミングは今後も人気の職種です。習得してステップアップを目指しましょう。 Oracle PLのプログラミング言語について学びましょう。 Oracle PLの特徴 SQL、T-SQLと同様にOracle PLもデータベースを処理するための言語です。違いとしてはOracle PLは世界最大のデータベースのひとつであるOracle

  • 1