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.
私は組み立てに慣れていませんが、10 進数値の表示に問題があります。
私はこのコードを持っています:
mov ah,09h mov al,[0fcbh] mov bh,0 mov bl,0fh mov cx,0001h int 10h
メモリの場所に割り当てたデータ0fcbh = 55。に表示する代わりに(これはin に"U"相当する文字です) ではなく、それ自体を表示したいと思います。誰でも助けることができますか?55ascii55"U"
0fcbh = 55
"U"
55
ascii