DEBSOURCES
Skip Quicknav
sources / fpc / 3.2.2%2Bdfsg-49 / fpcsrc / tests / test / tasm25cs2.pp
123456789101112
{ %CPU=x86_64 } { %NORUN } program tasm25cs2; {$asmmode att} begin asm mov %cs:5(%rdi), %rax end; end.