mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-06 12:09:26 +08:00
8 lines
114 B
ArmAsm
8 lines
114 B
ArmAsm
|
;;; Test 68HCS12 and 68HC12 mixes (compatible case)
|
||
|
;;;
|
||
|
.sect .text
|
||
|
.globl _start
|
||
|
_start:
|
||
|
bsr main
|
||
|
bra _start
|