Thread: Rosetta Code
View Single Post
Old 01 December 2021, 12:52   #6
WayneK
Registered User
 
Join Date: May 2004
Location: Somewhere secret
Age: 50
Posts: 365
Quote:
Originally Posted by a/b View Post
Because someone fixed it shortly afterwards:
This page was last modified on 30 November 2021, at 23:47.

Also, gcc/g++ is using a standard syntax (src,dst) and not reversed (dst,src), even on x86 as far as I know (at least gdb on linux does for as long as I can remember).

Yes, so called "AT+T syntax"... this is why anyone working with GDB has:


"set disassembly-flavor intel"


in their init
WayneK is offline  
 
Page generated in 0.04290 seconds with 11 queries