diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-04-27 16:46:10 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-04-27 16:46:10 +0200 |
commit | 8592e5dc3376495d51eabea16d8c315e37bc51f7 (patch) | |
tree | 1bc0c02c48faff6b898a1755eec4c4801c17aede /asm/r_cpyhead.asm | |
parent | Cleanup (diff) | |
download | lowbat-bsd-8592e5dc3376495d51eabea16d8c315e37bc51f7.tar.gz lowbat-bsd-8592e5dc3376495d51eabea16d8c315e37bc51f7.tar.bz2 lowbat-bsd-8592e5dc3376495d51eabea16d8c315e37bc51f7.tar.xz lowbat-bsd-8592e5dc3376495d51eabea16d8c315e37bc51f7.tar.zst lowbat-bsd-8592e5dc3376495d51eabea16d8c315e37bc51f7.zip |
Better comments
Diffstat (limited to '')
-rw-r--r-- | asm/r_cpyhead.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/r_cpyhead.asm b/asm/r_cpyhead.asm index 15b0d9e..fbbed6a 100644 --- a/asm/r_cpyhead.asm +++ b/asm/r_cpyhead.asm @@ -1,4 +1,4 @@ -/* ************************************************************************************ */ +/****************************************************************************************/ /* */ /* File : r_cpyhead.asm /_________/ */ /* Author : Joe | */ @@ -8,7 +8,7 @@ /* \ / */ /* \_____/ */ /* */ -/* ************************************************************************************ */ +/****************************************************************************************/ section .text extern memset |