- ARM

ARM Assembly code for block transfer of data

    ARM processor is used in all the Embedded systems that are being built now.ARM has both 32-bit and 64-bit RISC multi-core processors. RISC processors are designed to perform a smaller number of types of computer instructions so that they can operate at a higher speed, performing more millions…

Read More

- 8051

Half ascending and half descending code in 8051

8051 code to arrange the given numbers in half ascending and half descending order. In this article let’s see how to arrange a given array in half ascending and half descending. I think it’s weird to hear the word half ascending and half descending but it is interesting as well.…

Read More