Re: Translating nasm boot strap to as

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> and to fill the file:
> 
> times510-($-$$)  db  0
> 
> I didn't find any $$ translation in as

Actually, in this particular case, a more straightforward solution is
to just assign . a new value, like this:

. = .data + 510

(assuming that this appears in your .data section)

b
--
To unsubscribe from this list: send the line "unsubscribe linux-assembly" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Kernel Newbies]     [Security]     [Linux C Programming]     [Linux for Hams]     [DCCP]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]     [Video 4 Linux]

  Powered by Linux