시스템마다 엔디안이 다른것롤 알고 있습니다.
빅엔디안, 리틀엔디안 쓰는 OS별로 다른걸로 알고 있는데요
이 엔디안이 byte 순서 아닌가요?
bit의 순서도 바뀌나요?
제가 햇갈려서 질문드립니다.
In a big-endian computer, the two bytes required for the hexadecimal number 4F52 would be stored as 4F52 in storage. For example, if 4F is stored at storage address 1000, 52 will be at address 1001. In a little-endian system, it would be stored as 524F, with 52 at address 1000 and 4F at 1001.https://www.techtarget.com/searchnetworking/definition/big-endian-and-little-endian#:~:text=Big%2Dendian%20is%20an%20order,the%20sequence)%20is%20stored%20first.
여의도자바
질문하고 살짝 상관 없는 얘기긴 한데...
비트 단위로 메모리를 읽고/저장 할 수 있는 CPU(?) 가 있긴 하더군요.
한 20년쯤전에 사용했던건데... (협력 업체한테 제공받았던.. 보드였습니다.)
신호처리칩이었는데..TI 꺼.... 비트 단위로 제어가 가능하더군요. 메모리 읽고 쓰는게.. 바이트 단위가 아니에요.
그래픽 처리하는데.. 장점이 있더군요.
텍스트 포맷에 대한 자세한 정보
<code>
<blockcode>
<apache>
<applescript>
<autoconf>
<awk>
<bash>
<c>
<cpp>
<css>
<diff>
<drupal5>
<drupal6>
<gdb>
<html>
<html5>
<java>
<javascript>
<ldif>
<lua>
<make>
<mysql>
<perl>
<perl6>
<php>
<pgsql>
<proftpd>
<python>
<reg>
<spec>
<ruby>
<foo>
[foo]
bit의 순서는 바뀌지 않습니다.
In a big-endian computer, the two bytes required for the hexadecimal number 4F52 would be stored as 4F52 in storage. For example, if 4F is stored at storage address 1000, 52 will be at address 1001. In a little-endian system, it would be stored as 524F, with 52 at address 1000 and 4F at 1001.
https://www.techtarget.com/searchnetworking/definition/big-endian-and-little-endian#:~:text=Big%2Dendian%20is%20an%20order,the%20sequence)%20is%20stored%20first.
여의도자바
bit 단위로 제어할 수 있는 CPU(?) 가 있긴 하더군요.
질문하고 살짝 상관 없는 얘기긴 한데...
비트 단위로 메모리를 읽고/저장 할 수 있는 CPU(?) 가 있긴 하더군요.
한 20년쯤전에 사용했던건데...
(협력 업체한테 제공받았던.. 보드였습니다.)
신호처리칩이었는데..TI 꺼....
비트 단위로 제어가 가능하더군요.
메모리 읽고 쓰는게.. 바이트 단위가 아니에요.
그래픽 처리하는데.. 장점이 있더군요.
댓글 달기