Skip to main content
fixed typo
Source Link
Okx
  • 16.5k
  • 12
  • 10

No. The correct way to count bytes is to count the length of the source file.

xor eax, eax 

is 12 bytes. AssemblerAssembly is no different to any other source-based language in this regard.

No. The correct way to count bytes is to count the length of the source file.

xor eax, eax 

is 12 bytes. Assembler is no different to any other source-based language in this regard.

No. The correct way to count bytes is to count the length of the source file.

xor eax, eax 

is 12 bytes. Assembly is no different to any other source-based language in this regard.

Source Link
Peter Taylor
  • 43.4k
  • 8
  • 57
  • 118

No. The correct way to count bytes is to count the length of the source file.

xor eax, eax 

is 12 bytes. Assembler is no different to any other source-based language in this regard.