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.
に数値が格納されているとしますEAX。この数字が大文字を表しているかどうかを確認するにはどうすればよいですか?
EAX
率直に言って、私は何も試していません。私が持っていた最も近いアイデアは、大文字 ('A'、'B'、'C、'D'、...) の配列を作成し、EAXこれらのいずれかと等しいかどうかを確認することでした。NASM アセンブリでこれを行う簡単な方法はありますか?
32ビットプログラム用に64ビットCentOSを使用しています。