|
|
|
|
|
by colin_mccabe
1798 days ago
|
|
> What other mainstream language lacks function arguments? Assembly language doesn't have function arguments. You just decide what to put in each register when you begin the function. So you can remember that eax is the count, ebx is the pointer to the buffer, or whatever. Or if you're a nice programmer you write a comment there. |
|