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.
私はこれらの表現を持っています:
cltd idivl (%ecx)
で割るときint、および:
int
movl $0, %edx divl (%ecx)
を分割するときunsigned long
unsigned long
cltd
idiv符号付き除算をdiv実行し、符号なし除算を実行します。
idiv
div