teratail header banner
teratail header banner
質問するログイン新規登録

回答編集履歴

1

ちょい

2018/03/16 23:33

投稿

asm
asm

スコア15149

answer CHANGED
@@ -4,7 +4,7 @@
4
4
  間違った認識です。
5
5
 
6
6
  - アセンブラ(`as`)
7
- アセンブリソース(hello.s)から不完全な機械語である中間生成物(hello.o)を作成する。
7
+ アセンブリソース(hello.s)から不完全な機械語を含む中間生成物(hello.o)を作成する。
8
8
  - リンカ(`ld`)
9
9
  中間生成物(hello.o)から実行ファイル(hello.exe)を作成する。
10
10
  - ローダー(ツールというかOSもしくはBIOS)