Data Types in ARM Core

MySprtlty·2023년 2월 19일
0

ARM Assembly

목록 보기
8/10
post-thumbnail

🏷️Data Types in ARM Core

  • Byte: 8 bits
  • Halfword: 16 bits
  • Word: 32 bits
  • Doubleword: 64 bits

Processor registers are 32 bits in size.

🏷️Declaration

keywordbytes
.byte1
.hword2
.word4
.quad8
.octa16
  • 🔎ex) 명칭: .word 초기값

0개의 댓글