Open main menu

CDOT Wiki β

Changes

Assembly Language

62 bytes added, 12:44, 7 January 2014
x86
msg db 'Hello, world!\n'
len equ $ - msg
 
Here is the same program with GNU Assembler (gas/as) syntax:
=== ARM (32-bit) ===