On Fri, Mar 15, 2002 at 10:22:25PM +0530, Santanu Chatterjee wrote:
> 
> Does anyone know how to produce Intel Hex format output 
> using nasm ? I need to feed this output to the 8086 kit 
> that we have got at our college.
> 

Don't know how to do it in nasm. But if you  want to have
a hex dump of any file do:

od -h <filename>

'info od' for details.

HTH

Bish

--
:
####[ Linux One Stanza Tip (LOST) ]###########################

Sub : Ctrl+Alt+Del key bindings (#1)                 LOST #012

To change the bindings of ctrl+alt+del to  "shutdown -h now", 
instead of  "shutdown -r now", edit  /etc/inittab, and change 
-r to -h ... The altered line should look something like this

ca:12345:ctrlaltdel:/sbin/shutdown -t1 -a -h now

####<[EMAIL PROTECTED]>####################################
:


_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to