본문 바로가기

취미생활

검색하기
취미생활
프로필사진 달다달아

  • 분류 전체보기 (99)
    • 컴퓨터 (57)
      • 메이커 일지 (7)
      • 백업 (1)
      • 토막정보 (9)
      • Arduino (2)
      • ARM Assembler (1)
      • C (3)
      • C++ (11)
      • Python (0)
      • AI (0)
      • git (3)
      • go (3)
      • Linux (4)
      • 에러 해결 (5)
      • 코딩테스트 (4)
      • 코딩 꿀팁 (2)
    • 게임 (1)
    • 리뷰 (32)
    • 다운로드 (6)
    • 끄적이 (3)
Guestbook
Notice
Recent Posts
Recent Comments
Link
«   2025/05   »
일 월 화 수 목 금 토
1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31
Tags
  • hdmi
  • 스타크래프트
  • 이어폰
  • 안됨
  • go
  • rtp
  • 충전기
  • 맵
  • 알만툴
  • Linux
  • Reset
  • SCMDraft
  • 무선
  • 야겜
  • 노트북
  • 리뷰
  • SUPERCAST
  • 블루투스이어폰
  • 스카이클리어S
  • std::thread
  • git
  • hard
  • PC
  • 단점
  • Map
  • 스카이
  • 아두이노
  • 맵에디터
  • 리눅스
  • 무선이어폰
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록Assembler (1)

취미생활

Linux ARM Assembler 컴파일 방법

예시 코드 .text .global _start _start: mov r0, #1 ldr r1, =message ldr r2, =len mov r7, #4 swi 0 mov r7, #1 swi 0 .data message: .asciz "hello world\n" len = .-message * 위 예시 코드는 ARM 리눅스 환경에서만 동작합니다. 빌드 명령어 $as 파일이름 -o 출력파일이름 $ld 출력파일이름 -o 실행파일이름 $./실행파일이름 참고사이트 : http://kerseykyle.com/articles/ARM-assembly-hello-world ARM assembly hello world tutorial How to write a simple hello world program in AR..

컴퓨터/ARM Assembler 2022. 8. 10. 17:27
Prev 1 Next

Blog is powered by kakao / Designed by Tistory

티스토리툴바