Tagged: Assembly language

Assembly language

Given an array [3, -1, 0, 4]
1) Initialize the array.
2) Print out these elements. Do not forget commas and brackets.
3) Print these elements in ascending order.
Example output:
[3, -1, 0, 4]
or [-1, 0, 3, 4]

error: Content is protected !!