qwerty

joined 2 years ago
[–] [email protected] 1 points 2 years ago (2 children)

Great series, final season was a bit rushed but still good. Premise/ideas were excellent.

[–] [email protected] 1 points 2 years ago

I think this should work? I used this method when migrating my plex server to a lxc container.

[–] [email protected] 2 points 2 years ago (1 children)

This (along with the subsequent Turing paper) is an excellent resource!

Regarding reverse-engineering of SASS, a (possibly?) complete instruction "reference" (from Pascal to Hopper) can be found using methods here. Using quotes here because there is enough info to disassemble/assemble the code section in cubin binaries - since we have a detailed desc of inst encoding, operand types, modifiers etc.. However, instruction behavior, misc requirements, side-effects, etc.. are not documented.