Jump to content

Include a file: Difference between revisions

m
no edit summary
(add task to ARM64 assembly Raspberry Pi)
mNo edit summary
Line 16:
/* Constantes */
/*******************************************/
.equ STDOUTSTDIN, 1 0 // linuxLinux input outputconsole
.equ STDOUT, 1 // linux output console
.equ READ, 63 // call system Linux 64 bits
.equ WRITE, 64 // call system Linux 64 bits
.equ EXIT, 93 // call system Linux 64 bits
Cookies help us deliver our services. By using our services, you agree to our use of cookies.