Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Showing results 1 to 21 of 21
Search took 0.01 seconds.
Search: Posts Made By: liquidsilver
Forum: Assembly Mar 16th, 2005, 1:54 PM
Replies: 6
Views: 567
Posted By liquidsilver
Thanx, I'll try when I'm free.

Thanx, I'll try when I'm free.
Forum: Assembly Mar 16th, 2005, 1:36 PM
Replies: 4
Views: 475
Posted By liquidsilver
I found a proper solution. Use the @@: label and...

I found a proper solution. Use the @@: label and jmp @F or jmp @B to jump forwards or backwards to a @@ label.
Forum: Assembly Mar 15th, 2005, 3:12 AM
Replies: 5
Views: 391
Posted By liquidsilver
Not sure what's wrong there, can't see anything...

Not sure what's wrong there, can't see anything that would be influenced by the OS. Try debugging it.
Forum: Visual Basic Mar 15th, 2005, 3:05 AM
Replies: 5
Views: 431
Posted By liquidsilver
Thanx, that clears up a few things :)

Thanx, that clears up a few things :)
Forum: Assembly Mar 12th, 2005, 12:56 PM
Replies: 3
Views: 220
Posted By liquidsilver
Don't they ask for multiple programming languages...

Don't they ask for multiple programming languages or am I reading that wrong?
Forum: Visual Basic Mar 12th, 2005, 12:55 PM
Replies: 5
Views: 431
Posted By liquidsilver
Why would you want to turn of option explicit,...

Why would you want to turn of option explicit, that would just cause you program to run slower in general. With it on, it shouldn't give you a type mismatch error, or am I wrong?
Forum: Assembly Mar 12th, 2005, 12:44 PM
Replies: 6
Views: 567
Posted By liquidsilver
Thanx anyway for trying. Anyone else? :D

Thanx anyway for trying. Anyone else? :D
Forum: Assembly Mar 12th, 2005, 12:36 PM
Replies: 4
Views: 433
Posted By liquidsilver
Christian_Rosenkreuz_777: I thought that's what...

Christian_Rosenkreuz_777: I thought that's what he did:
Forum: Assembly Mar 12th, 2005, 12:29 PM
Replies: 9
Views: 610
Posted By liquidsilver
I can't help you much more, I suck at C, but I...

I can't help you much more, I suck at C, but I think I can help a bit.

I thought you wanted it for use in pure assembly, I don't know to call it from C. Also, my function refers to global variables...
Forum: Assembly Mar 11th, 2005, 3:40 PM
Replies: 4
Views: 475
Posted By liquidsilver
This code seems rather long. If you're using it 3...

This code seems rather long. If you're using it 3 times I strongly consider making into a proc. You can just drag the code to your new project if you wish.
Forum: Assembly Mar 11th, 2005, 3:38 PM
Replies: 1
Views: 353
Posted By liquidsilver
You can use debug from the command prompt. Type...

You can use debug from the command prompt. Type debug and then ? for basic help.
Forum: Assembly Mar 11th, 2005, 3:32 PM
Replies: 5
Views: 391
Posted By liquidsilver
Can you help try by showing the code you used?

Can you help try by showing the code you used?
Forum: Assembly Mar 11th, 2005, 3:31 PM
Replies: 28
Views: 2,034
Posted By liquidsilver
I've read most of AoA and I think it's not so...

I've read most of AoA and I think it's not so great:
- It makes you reliant on HLA, even if it claims otherwise.
- The book has a LOT of background which is great but not all necesary.
- It can be...
Forum: Assembly Mar 11th, 2005, 3:02 PM
Replies: 4
Views: 433
Posted By liquidsilver
Maybe you cleared ax and not eax? PS: In your...

Maybe you cleared ax and not eax?

PS: In your code change Postitive > Positive
Forum: Assembly Mar 11th, 2005, 2:53 PM
Replies: 8
Views: 530
Posted By liquidsilver
I suggest you download MASM (or the likes) as it...

I suggest you download MASM (or the likes) as it just makes it soo much easier.

Thanx for that gcc tip, I never new :)
Forum: Assembly Mar 11th, 2005, 2:45 PM
Replies: 16
Views: 606
Posted By liquidsilver
I agree, I think that the people that don't cause...

I agree, I think that the people that don't cause harm are clever as it's much harder to make a effective virus that doesn't cause malicious harm (effective as in makes a point etc.) I don't write...
Forum: Assembly Mar 11th, 2005, 2:37 PM
Replies: 2
Views: 486
Posted By liquidsilver
Have you considered using interupts, that should...

Have you considered using interupts, that should work.
Forum: Assembly Mar 11th, 2005, 2:16 PM
Replies: 9
Views: 610
Posted By liquidsilver
I had some time so here we go: ArraySize db 4...

I had some time so here we go:

ArraySize db 4 ;largest entry (number of entries - 1)
Array db 00h,02h,01h,03h,04h
Left db ?
Right db ?
Pivot db ?
lHold db ?
rHold db ?
Forum: Assembly Mar 11th, 2005, 2:13 PM
Replies: 6
Views: 567
Posted By liquidsilver
Maybe you misunderstood me. This is the code that...

Maybe you misunderstood me. This is the code that works, when I change it from tiny to small model then it doesn't work.
Forum: Assembly Mar 11th, 2005, 6:16 AM
Replies: 9
Views: 610
Posted By liquidsilver
I'll do it, just wait till I get a chance. :)...

I'll do it, just wait till I get a chance. :) Probably by Monday or Tuesday.
Forum: Assembly Mar 11th, 2005, 1:37 AM
Replies: 6
Views: 567
Posted By liquidsilver
Post Self Modifying Code

I've just recently started with SMC (Self Modifying Code) and I'm having some problems:


.model tiny
.stack
.data
key db 01h
.code
org 0100h
Showing results 1 to 21 of 21

 
Forum Jump



DaniWeb IT Discussion Community
All times are GMT -5. The time now is 1:56 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC