Relative Content

Tag Archive for linuxubuntuassemblyarm64

How to use stack in arm64 assembly

I was trying to write a nested loop and print a 10×10 grid of dots. And the assembler throws error when I am trying to use PUSH and POP commands in _print subroutine. Is this the right way to do it or am I doing something wrong. Please Help