Open main menu

CDOT Wiki β

Changes

SPO600 64-bit Assembly Language Lab

1 byte added, 17:51, 23 January 2014
Group Lab Tasks
Loop: 9
{{Admon/tip|Character conversion|In order to print the loop index value, you will need to convert from an integer to digit character. In ASCII/ISO-9959-1/Unicode UTF-8, the digit characters are in the range 48-57 (0x30-0x39). You will also need to assemble the message to be printed for each line - you can do this by writing the digit into the message buffer before outputting it to stdout, or you can perform a sequence of writes for the thee parts of the message ('Loop:', number, '\n').}}
7. Repeat step 6 for aarch64.