/tech/ - Tech 2.0
Max message length: 4096
(used to delete files and postings)
Max file size: 5.00 MB
Max files: 4
Catalog
.intel_syntax noprefix .section .rodata END = 100 STEP = 3 .section .data line: .ascii " \n" line_len = . - line buf_len = line_len * END buf_ptr: .quad buffer .section .bss buffer: .skip buf_len
Message too long. Click here to view full text.
for i in range(0,100): if i % 3 == 0: print(i)
gcc -m64 -nostdlib -no-pie src.a out.bin