Search Results

Showing results 1 to 2 of 2
Search took 0.01 seconds.
Search: Posts Made By: low_coder
Forum: Assembly Dec 9th, 2008
Replies: 4
Views: 1,080
Posted By low_coder
; you have to allocate enough memory for the string in the ".data?" ; section:
.data?
szBuff db 256 dup(?)
; then when you call StdIn it will write user input into szBuff


.386
.model...
Forum: Assembly Dec 4th, 2008
Replies: 6
Views: 1,008
Posted By low_coder
;Hi.
;Actually why did you compare eax with -9999 ?
cmp eax,-9999 ;?
----------------------------------------------------------------
;stdcall is pushing on the stack values in the opposite...
Showing results 1 to 2 of 2

 


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

©2003 - 2009 DaniWeb® LLC