mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-30 19:53:46 +00:00
12 lines
174 B
ArmAsm
12 lines
174 B
ArmAsm
|
.section ".text16","ax"
|
||
|
.globl _start
|
||
|
_start:
|
||
|
movl $__bss16_start, %edi
|
||
|
movl $__bss16_dwords, %ecx
|
||
|
xorl %eax, %eax
|
||
|
rep movsl
|
||
|
ret
|
||
|
|
||
|
.section ".bss16","ax"
|
||
|
.space 1024
|