Changes

Jump to: navigation, search

SPO600 64-bit Assembly Language Lab

45 bytes added, 22:46, 29 September 2014
Optional Challenge
Write a program in aarch64 assembly language to print the times tables from 1-12 ("1 x 1 = 1' through '12 x 12 = 144'). Add a spacer between each table, and use a function/subroutine to format the numbers with leading-zero suppression.
 
The output could look something like this:
 
1 x 1 = 1
2 x 1 = 2

Navigation menu