So here is the deal. I want to convert a number into loose digits.
So for example I have the number 123 I want this number converted into the byte 1, 2 and 3 in RAM.
So if the input is db 123
output should be db 1,2,3
This has to happen in assembly so no basic excel or any other tool. I allready have some ideas but they suck the life out of RAM or CPU.
Login or register to post comments


.)