mirror of
https://github.com/ipxe/ipxe
synced 2025-12-30 21:56:58 +03:00
14 lines
163 B
ArmAsm
14 lines
163 B
ArmAsm
|
|
.org 0
|
||
|
|
.text
|
||
|
|
.arch i386
|
||
|
|
|
||
|
|
.section ".prefix", "ax", @progbits
|
||
|
|
.code16
|
||
|
|
_prefix:
|
||
|
|
|
||
|
|
.section ".text16", "ax", @progbits
|
||
|
|
prefix_exit:
|
||
|
|
|
||
|
|
prefix_exit_end:
|
||
|
|
.previous
|