Error in Calculating Section Size with .set Directive in x86_64 Assembly
I am learning to write a bootloader. In the process of converting hexadecimal values to strings in
when I try to assemble this code using
I'm not sure why this error is occurring.
From my source code the
x86 64 assembly on a linux system with an Intel Core i7 processor , when I try to assemble this code using
as, I encounter the following error:I'm not sure why this error is occurring.
From my source code the
.set directive is intended to calculate the size of the .hex_str section. Could you please help me understand the issue and provide a solution?