Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/h-ohsaki/asm
「独習アセンブラ 新版」(翔泳社) サポートページ
https://github.com/h-ohsaki/asm
assembler assembly-language shoeisha
Last synced: 30 days ago
JSON representation
「独習アセンブラ 新版」(翔泳社) サポートページ
- Host: GitHub
- URL: https://github.com/h-ohsaki/asm
- Owner: h-ohsaki
- Created: 2021-08-18T09:18:01.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-09-02T07:00:46.000Z (about 3 years ago)
- Last Synced: 2024-09-30T06:05:04.359Z (about 1 month ago)
- Topics: assembler, assembly-language, shoeisha
- Language: Assembly
- Homepage:
- Size: 417 KB
- Stars: 26
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 「独習アセンブラ 新版」(翔泳社)サポートページ
![表紙](https://www.seshop.com/static/images/product/24623/L.png)
- 大崎 博之 著
- 形式: 書籍
- 発売日: 2021年09月08日
- ISBN: 9784798170299
- 定価: 4,268円(本体3,880円+税10%)
- 仕様: B5変・736ページ
- 分類: プログラミング・開発
- シリーズ: 独習https://www.shoeisha.co.jp/book/detail/9784798170299
## プログラムのソースコード
本書に掲載しているプログラムのソースコードは以下からダウンロードできます。
- GitHub 上で閲覧
https://github.com/h-ohsaki/asm/tree/master/code
- アーカイブ (tar + gzip 形式) をダウンロード
https://github.com/h-ohsaki/asm/raw/master/code-210828.tar.gz
- アーカイブ (Zip 形式) をダウンロード
https://github.com/h-ohsaki/asm/raw/master/code-210828.zip
## Docker コンテナ
本書で使用しているツールやライブラリ一式をインストールした Docker コンテナを、
Docker Hub 上で公開しています。
詳細については [こちら](https://github.com/h-ohsaki/modern-asm/blob/master/Docker.md) を参照してください。## 章末問題への回答
[翔泳社のページ](https://www.shoeisha.co.jp/book/download/9784798170299) からダウンロードできます。
## 正誤表
[翔泳社のページ](https://www.shoeisha.co.jp/book/errata/) をご覧ください (掲載予定)。
## 本書に対する問い合わせ
[翔泳社のページ](https://www.shoeisha.co.jp/book/qa/) からお問い合わせください。
本 GitHub ページからのお問い合わせは受付けておりませんのでご注意ください。## 掲示板
本書に関する掲示板として、
[Discussions](https://github.com/h-ohsaki/asm/discussions) をご利用いただけます。## その他
- [org ファイル](https://github.com/h-ohsaki/modern-asm)