mirror of
https://github.com/bobbimanners/emailler.git
synced 2025-02-19 17:31:40 +00:00
8 lines
89 B
ArmAsm
8 lines
89 B
ArmAsm
|
.include "../inc/common.inc"
|
||
|
|
||
|
.export _eth_name
|
||
|
|
||
|
.import eth_name
|
||
|
|
||
|
_eth_name := eth_name
|