The MASM Forum Archive 2004 to 2012

Project Support Forums => IDE Development and Support => RadAsm Support Forum => Topic started by: digelo on May 31, 2010, 01:05:17 PM

Title: Debug project
Post by: digelo on May 31, 2010, 01:05:17 PM
Hi
Today i should do a assembly project in windows debug,
i should send windows clock via serial port to my hardware and show it in its 2*16 - LCD
is it possible for me to use Radasm for this project cuz that debug assemble editor is a shit and i dunno anything about it i feel like im lost there.
Title: Re: Debug project
Post by: KetilO on May 31, 2010, 01:26:29 PM
Is it a 16 or 32 bit project?

KetilO
Title: Re: Debug project
Post by: digelo on May 31, 2010, 02:00:10 PM
Hmm he didnt said anything about it,he explained i should send windows clock or anything i type in there to my hardware LCD.He said in Debug.exe i should enter A then i would be in its Assemble editor , sorry about my bad information about this part i just accepted this project  :toothy i know what should i do in hardware and i know how to do it in masm32 but there still im confused.
Title: Re: Debug project
Post by: KetilO on May 31, 2010, 02:25:18 PM
I am sorry.
With so little information it is impossible to give any advice.

KetilO
Title: Re: Debug project
Post by: digelo on May 31, 2010, 02:41:20 PM
I modified my post i think i had to use a new reply  :red
Ok i explain all information i got.
i should make an assembly program with windows debug.exe that send a text or windows clock via serial port. i know how is it with masm32 but i dunno whats is this debug.exe .
Title: Re: Debug project
Post by: KetilO on June 01, 2010, 05:18:39 AM
I would guess this is a 16 bit project so masm32 cant be used as is. You need a 16 bit linker.
Yes, debug.exe is a terrible editor, but just for sending some text to the serial port is sholud be ok.
Search the net on how to use debug to write a program.

KetilO
Title: Re: Debug project
Post by: digelo on June 01, 2010, 11:14:53 AM
Ty.