@ -2,7 +2,7 @@ cat: cat.o
ld -o cat cat.o
cat.o: cat.s
nasm -g -f elf64 cat.s
nasm -f elf64 cat.s
.PHONY: clean
clean:
@ -1,4 +1,3 @@
;; -*- mode: nasm -*-
%define SYS_open 0x2
%define SYS_close 0x3
%define SYS_write 0x1
The note is not visible to the blocked user.