<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ものぐさ備忘録 &#187; 仕様書</title>
	<atom:link href="http://www.ginriki.net/wd/category/%e4%bb%95%e6%a7%98%e6%9b%b8/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ginriki.net/wd</link>
	<description>ソフトウェア関係の話を中心とした備忘録的日記</description>
	<lastBuildDate>Sun, 16 Jan 2011 20:07:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>仕様書等のリンク集</title>
		<link>http://www.ginriki.net/wd/2007/06/09/18/</link>
		<comments>http://www.ginriki.net/wd/2007/06/09/18/#comments</comments>
		<pubDate>Sat, 09 Jun 2007 14:25:40 +0000</pubDate>
		<dc:creator>ginriki</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[仕様書]]></category>

		<guid isPermaLink="false">http://www.gikogeek.net/wd/?p=18</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<div class="section">
<p>ソフトウェア実装の際、様々な仕様書を参考にすることがありますが、どんな仕様書がどこにあるのか忘れることがあるのでメモっておきます。</p>
<p>仕様書だけではなく、複数の仕様書について言及、比較をしている資料も挙げておきます。</p>
<h4> オブジェクトファイルに関する仕様書等</h4>
<ul>
<li> Microsoft Portable Executable and Common Object File Format Specification: Windows上の実行可能ファイルとオブジェクトファイルに関する仕様書<span class="footnote"><a href="/gikogeek/#f1" name="fn1" title="仕様書をpdfではなくdocファイルで提供するあたりがMicrosoft的だなあ・・・">*1</a></span></li>
</ul>
<p><a href="http://www.microsoft.com/japan/whdc/system/platform/firmware/PECOFF.mspx" target="_blank">http://www.microsoft.com/japan/whdc/system/platform/firmware/PECOFF.mspx</a></p>
<ul>
<li> Tool Interface Standard (TIS) Portable Formats Specification: Linux/BSD系 OSの標準的なオブジェクトファイルであるELFに関する仕様書.そのほかにDwarf<span class="footnote"><a href="/gikogeek/#f2" name="fn2" title="ELFとともによく使われるデバッグ情報の一種">*2</a></span>やOMFの仕様も書かれている</li>
</ul>
<p><a href="http://www.acm.uiuc.edu/sigops/rsrc/pfmt11.pdf" target="_blank">http://www.acm.uiuc.edu/sigops/rsrc/pfmt11.pdf</a></p>
<ul>
<li> Introduction to Mach-O Programming Topics: Mac OS Xで使われるオブジェクトファイル形式Mach-Oを使ってプログラムを書く上で参考になるTopic集（Mach-Oの構造に関する記述含む）</li>
</ul>
<p><a href="http://developer.apple.com/documentation/DeveloperTools/Conceptual/MachOTopics/introduction.html" target="_blank">http://developer.apple.com/documentation/DeveloperTools/Conceptual/MachOTopics/introduction.html</a></p>
<h4> OSが提供する機能やその機能を利用するアセンブラ、C言語、C標準関数に関する仕様書等</h4>
<ul>
<li> Manpage of STANDARDS: C と UNIX の標準規格を昔から現在の物まで列挙してあります。各規格の関係を把握するのに役立ちます。</li>
</ul>
<p><a href="http://www.linux.or.jp/JM/html/LDP_man-pages/man7/standards.7.html" target="_blank">http://www.linux.or.jp/JM/html/LDP_man-pages/man7/standards.7.html</a></p>
<ul>
<li> Calling conventions for different C++ compilers and operating systems: コンパイラ、OSの違いに伴うC++の呼び出し規約の違いに関する記述が主ですが、OSによるcallee-save registerやcaller-save registerの違い等についても書かれているのでC++とは関係なく参考になります</li>
</ul>
<p><a href="http://www.agner.org/optimize/" target="_blank">http://www.agner.org/optimize/</a></p>
<ul>
<li> The Single UNIX Specification Version 3: 現在、多くのOSが準拠していると思われるUNIX OSとCに関する仕様書</li>
</ul>
<p><a href="http://www.unix.org/single_unix_specification/" target="_blank">http://www.unix.org/single_unix_specification/</a></p>
<h4> プログラミング言語に関する仕様書等</h4>
<ul>
<li> RubySpec: Rubyの仕様は文書化されていないのですが、それだと困るっていうんで有志の人がRubyマニュアルやCRubyの実装を元に仕様ぽい規定を収集したもの。直接CRubyの実装を読むよりは、ずっと楽です。</li>
</ul>
<p><a href="http://www.headius.com/rubyspec/index.php/Main_Page" target="_blank">http://www.headius.com/rubyspec/index.php/Main_Page</a></p>
<ul>
<li> Python Reference Manual: Pythonの文法や機能に関する仕様書</li>
</ul>
<p><a href="http://docs.python.org/ref/ref.html" target="_blank">http://docs.python.org/ref/ref.html</a></p>
</div>
<div class="footnote">
<p class="footnote"><a href="/gikogeek/#fn1" name="f1">*1</a>：仕様書をpdfではなくdocファイルで提供するあたりがMicrosoft的だなあ・・・</p>
<p class="footnote"><a href="/gikogeek/#fn2" name="f2">*2</a>：ELFとともによく使われるデバッグ情報の一種</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.ginriki.net/wd/2007/06/09/18/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

