@@ -0,0 +1,7 @@
NAME = analyze
$(NAME): analyze.o
ld $^ -o $@
analyze.o: start.s
nasm -f elf64 start.s -o $@
default rel
BITS 64
section .text
global _start
_start:
mov rax, 1
The note is not visible to the blocked user.