Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
276 views
in Technique[技术] by (71.8m points)

x86 - Storing a 64 bit decimal in two 32 bit registers (ASSEMBLY - NASM)

So, my task is to read from the keyboard a max 64 bit decimal number, and to store that number in two 32 bit registers (EDX:EAX). For reading, I have to use a function called mio_readchar (it's from the mio library), which reads a character from the keyboard, and stores it in AL.

I don't know whether this is an easy task or not, but I couldn't solve it. I would appreciate, if you guys could help me in solving this interesting problem. Thank you all in advance! :D

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...