Skip to content

Commit

Permalink
dw is 2 bytes and dd is 4 bytes
Browse files Browse the repository at this point in the history
  • Loading branch information
ChillerDragon committed Jul 26, 2024
1 parent b9f896c commit 598463a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/teeworlds_asmr.asm
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ section .data
NEWLINE db 0x0a

; networking
SIZEOF_SOCKADDR dw 128 ; borderline non sense
SIZEOF_SOCKADDR dd 128 ; borderline non sense
ADDR_LOCALHOST dw AF_INET ; 0x2 0x00
db 0x20, 0x6f ; port 8303
db 0x7f, 0x0, 0x0, 0x01 ; 127.0.0.1
Expand Down

0 comments on commit 598463a

Please sign in to comment.