


udp_payload_index resb 4 and now i want to move its value into rax but rax is 8 byte.mov rax, [udp_payload_index]mov edx, [udp_payload_index] should do a 4 byte move but then only half of rax is set and there might be other garbage in the other halfxor rax, rax first hoping it would all just work. Does that make sense? Or did i miss something?


movzx instruction with 32 bit source 

mov rax, byte [label] moves 1 byte from label into rax









movzx? (edited)









push and pop is bloating around 64 bits while cmp only checks 32 or all my C bros use int32 in their apis







movzx instruction with 32 bit source 


movzx rax, dword ptr [foo] 


movzx rax, dword ptr [foo]




mov eax, dword ptr [foo]



mov eax, 0xBABE and im good? the entire rax register only contains babe? thats op


mov rax, 0xBABE, can't you? 




movzx as here https://github.com/ChillerDragon/teeworlds-asmr/blob/b52f44e3a94e7af03341b18fa85ccde329ed02cd/src/udp.asm#L78-L79
pkill

movzx as here https://github.com/ChillerDragon/teeworlds-asmr/blob/b52f44e3a94e7af03341b18fa85ccde329ed02cd/src/udp.asm#L78-L79 






edi or movzx byte on rdi?




1



wayland video driver, glewInit() will return the GLEW_ERROR_NO_GLX_DISPLAY error code and we bail out.
Among the first things glewInit() does is to call glewContextInit() and only after that call ...






1

Post "https://auth.docker.io/token": dial tcp: lookup auth.docker.io on 192.168.0.1:53: read udp 192.168.0.101:51560->192.168.0.1:53: i/o timeout
any ideas how to fix






















failed to solve: node:18: failed to resolve source metadata for docker.io/library/node:18: failed to do request: Head "https://registry-1.docker.io/v2/library/node/manifests/18": dial tcp [2600:1f18:2148:bc01:20a3:9c3e:d4a7:9fb]:443: connect: network is unreachable



1






nslookup google.com pls 













class CTestComponent : public CComponent






class CTestComponent : public CComponent 








/etc/resolv.conf xd /etc/resolv.conf was overwritten by dhcpcd service :\




CNetEvent_Explosion for example but what would a jump be?


CNetEvent_Common but it defined asstruct CNetEvent_Common
{
static constexpr int ms_MsgId = NETEVENTTYPE_COMMON;
int m_X;
int m_Y;
}; (edited)








