-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathft_cat.s
More file actions
14 lines (13 loc) · 927 Bytes
/
ft_cat.s
File metadata and controls
14 lines (13 loc) · 927 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# **************************************************************************** #
# #
# ::: :::::::: #
# ft_cat.s :+: :+: :+: #
# +:+ +:+ +:+ #
# By: vtarasiu <vtarasiu@student.unit.ua> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2019/07/20 20:47:59 by vtarasiu #+# #+# #
# Updated: 2019/07/20 20:48:16 by vtarasiu ### ########.fr #
# #
# **************************************************************************** #
section .data
buff db 1000 dup(?)