In C, you are able to have multiple things on one line, like this:
int a; int b = 1; a = b;
Could you do this in assembly?
I tried searching for this on many websites and asked for help on some discord servers, but no luck.
In C, you are able to have multiple things on one line, like this:
int a; int b = 1; a = b;
Could you do this in assembly?
I tried searching for this on many websites and asked for help on some discord servers, but no luck.