IT_Programming/System Programming 12

[UNIX] 공유 메모리를 이용한 프로세스 간 통신(IPC)

--------------------------------------------------------------------------------- 출처: http://www.ibm.com/developerworks/kr/aix/library/au-spunix_sharedmemory/index.html --------------------------------------------------------------------------------- 겉모습으로 볼 때, UNIX® 애플리케이션은 기본 호스트의 명령을 전적으로 따르는 것으로 보인다. UNIX 애플..

[펌] ARM Developer Suite(ADS) 1.2 에서 C 코드와 ASM 코드 섞어 쓰기

-------------------------------------------------------------------------------------------------- 출처 : http://ituner.tistory.com/134 -------------------------------------------------------------------------------------------------- 1. C 코드 내에 어셈블리 코드를 inline으로 사용하기 (1) 사용방식 asm("instruction[;instruction]"); 또는 C 컴파일러의 구문을 사용..