Remove '(root)/file.asm

This commit is contained in:
2025-07-24 21:09:22 +02:00
parent 1f548fddf5
commit 5c395894c6

View File

@@ -1,17 +0,0 @@
%include "src/constants.asm"
section .rodata
section .bss
section .text
global fexist
;----- fexist(*file[]) -----;
; Checks if given file exists
; Return value: 1 if file exists, 0 otherwise
; Used registers:
; rax* (ret)
fexist:
xor rax, rax