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.
ビデオメモリに直接書き込んでアスキーシンボルを表示するプログラムを書きたいです。
.model tiny .stack .data .code main: mov ax, b800h mov ds, ax mov aL, 'x' mov es, bx mov es:[20], aL end main
TASM でコンパイルしようとすると、このエラーが発生します
"Undefined symbol: B800H"