hello experts~!
i have a homework and i'm a bit stuck on it... i would appriciate if you could give me a jump start (pseudo code or c/c++ is fine).
assembler: NASM
problem: take a decimal interger (from register) and convert it into ascii characters (in a array)
basicly: int i = 123;
result char j[]= {'1', '2', '3'};
regards,
kosmoludek
Start Free Trial