summaryrefslogtreecommitdiff
path: root/core/strcpy.inc
diff options
context:
space:
mode:
Diffstat (limited to 'core/strcpy.inc')
-rw-r--r--core/strcpy.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/strcpy.inc b/core/strcpy.inc
index 2bafa7fe..9762cbbf 100644
--- a/core/strcpy.inc
+++ b/core/strcpy.inc
@@ -2,7 +2,7 @@
; strcpy: Copy DS:SI -> ES:DI up to and including a null byte;
; on exit SI and DI point to the byte *after* the null byte
;
- section .text
+ section .text16
strcpy: push ax
.loop: lodsb