ALP to print Hello World without using macro (64-bit)
kw.asm
section.datamsgdb"Hello, World!",10msg_len equ$-msgsection.textglobal_start_start:movrax,1movrdi,1movrsi,msgmovrdx,msg_lensyscall;Exit System Callmovrax,60movrbx,00syscall
Dear User, Thank you for visitng KodingWindow. If you are interested in technical articles, latest technologies, and our journey further, please follow us on LinkedIn.