I am very new to Assembly language, I have some knowledge of C/C++ but am very much lsot when it comes to Assembly. i absically want to just write a simple program which converts standard daylight savings time into military time, im aware that this is a simple taks but again im lost, any help?

Well, like I said in my other post about ANZICODE, just built a lookup table. You only got 24 steps. Just a series of cmp/jnz; if ax is CDT 1pm, then bx is 1300 plus whatever the minutes are.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.