Re: snakebyte's thread Saturday, 27-Feb-99 01:40:55
can't seem to get the bitwise operation to do what I want...any C coders wanna give me a hint (Cronos...perhaps a slightly more specific hint than previously)...how can I pass values with inline?...sorta like this... asm { mov cx,length xor ax,ax mov si,[buf] lodsb add ah,al rol ax,1 rol ax,1 rol ax,1 mov bx,ax mov ah,9 int 21h loop } ps-let me know if this stuff is off-topic for the forum...I'd like to actually produce something useful here...have learned quite a bit from this project...thanks to all for their much appreciated assistance... snakebyte__ |
snakebyte's thread (snakebyte__@hotmail.com) (20-Feb-99 09:08:43) |