> 有关“先将”的文章
  • ARM day1 4-18

    ARM day1 4-18

    1、   .text .global _start _start: mov r0,#0x15 mov r1,#0x15 cmp r0,r1 beq stopsubhi r0,r0,r1 subcc r1,r1,r0stop: b stop .end 2、 .text .global _s...

    03-22 0 812 文章列表