Handling Multi-Digit Integer Input in Assembly on Ubuntu 22.04

This fm_module.txt file has a copy of my project source code that involves a simple user input and arithmetic operations on an Intel Core i7-12700K processor running Ubuntu 22.04.
I've implemented a simple assembly program to take a single-digit integer as input from the user and increment it by one. While the code works correctly for input values between 0 and 9, it fails to handle larger integer values.
How can I effectively handle multi-digit integer input and conversion in How can I effectively handle multi-digit integer input and conversion in assembly?
file0.jpg
Was this page helpful?