Search found 2316 matches

Re: Random

My goodness. He's already teaching Tal a thing or two! :o I wish I was good enough to teach. :monkey: So, I have found my problem, and it's the dumbest thing. In-order to write and read from a file in assembly, you have to reopen it after you do one or the other, making the 0_RDWR flag completely w...

Re: Random

Josh did! I learned, but I forgot. :D Maybe an extra set of eyes will help. :ghost: Can you see a problem in the following code? section .data p db 'helloworld.txt', 0 msg db 'hello world' len equ $ - msg section .bss msg1: resb 64 section .text global _start _start: mov rax, 2 ;Opening file mov rd...

Go to advanced search

cron