News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Debug project

Started by digelo, May 31, 2010, 01:05:17 PM

Previous topic - Next topic

digelo

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.

KetilO

Is it a 16 or 32 bit project?

KetilO

digelo

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.

KetilO

I am sorry.
With so little information it is impossible to give any advice.

KetilO

digelo

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 .

KetilO

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

digelo