mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-17 13:10:12 +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
|