User profile: highwayman

User info
User name:highwayman
Name:Harrison Smith
Location:Knowhere
Bio:I BIG N00B

I started programming sometime around summer of 2016?, but I dropped it for most of that time due to having absolutely no time. Now I’m back! :)
History
Joined:
Number of posts:582
Latest posts:

Calling assembly code from C++
True.. having the mistake hold me hostage until 6am in the morning is still wild tho lol.

Calling assembly code from C++
so syscall 0x2000004 is the write syscall and expects %rdi to be the file descriptor, %rsi to be the...

Calling assembly code from C++
oh I also forgot to mention that when I tried to use the commented out code you see above instead of...

Calling assembly code from C++
So I've been trying to figure out how I'd write a little function in assembly and then call it from ...

user adds vector
you can use either https://legacy.cplusplus.com/reference/vector/vector/push_back/ ([code]vec.push_b...