Open main menu

CDOT Wiki β

Changes

Assembly Language

94 bytes added, 14:36, 10 September 2014
x86
.ascii "Hello, World!\n"
len = . - msg
 
Notice that the order of the arguments in some lines is reversed between the two assemblers.
=== ARM (32-bit) ===