Search Results

Showing results 1 to 3 of 3
Search took 0.01 seconds.
Search: Posts Made By: mathematician
Forum: Assembly Nov 1st, 2009
Replies: 1
Views: 423
Posted By mathematician
int 28h is called from within DOS, so the indos byte will always be greater than 0 when it is called. You should check that it is not greater than one.

Also, it was normal to hook int 8 as well as...
Forum: Assembly Jan 31st, 2007
Replies: 3
Views: 7,412
Posted By mathematician
string db 4 dup( ' ' ), '$'

mov al, 41h ; the character 041h (i.e.'A')
mov cx, 26 ; start the counter at 26 in cx

again:
push ax ;save character
mov...
Forum: C++ Nov 24th, 2006
Replies: 8
Views: 3,217
Posted By mathematician
Maybe I'm being thick, but I can't see any way of passing by reference except by passing a pointer. After all, if you want to write a value back to the original variable, you have got to know...
Showing results 1 to 3 of 3

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC