Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
section dseg bits 16 gdt: code_descriptor: ....... section cseg bits 16 start: mov ax, seg dseg
このファイルをコンパイルすると、次のように表示されます。
エラー: シンボル 'dseg' が未定義です。
なにが問題ですか?また、cseg のオフセット アドレスを呼び出す方法は?