diff --git a/Library function prototypes/clear_string.s b/Library function prototypes/clear_string.s index b578fad..02fbe55 100644 --- a/Library function prototypes/clear_string.s +++ b/Library function prototypes/clear_string.s @@ -15,7 +15,7 @@ HALT NOP -;; Our simple string compare function +;; Our simple string clear function :clear_string ;; Preserve registers PUSHR R0 R15 diff --git a/Library function prototypes/copy_string.s b/Library function prototypes/copy_string.s index f5d23ef..7cac510 100644 --- a/Library function prototypes/copy_string.s +++ b/Library function prototypes/copy_string.s @@ -14,7 +14,7 @@ HALT NOP -;; Our simple string compare function +;; Our simple string copy function :copy_string ;; Preserve registers PUSHR R0 R15