Thread: Assembly
View Single Post
Old Feb 22nd, 2005, 11:15 AM   #3
samurai
Newbie
 
Join Date: Feb 2005
Posts: 4
Rep Power: 0 samurai is on a distinguished road
well, i'm just refreshing my memory with regards to assembly..

just started coding some of the scripts but not really sure where to start...

%include "asm_io.inc"

.data
prompt1 db "Enter string (max of 80 characters): ", $
prompt2 db "Do you want to continue (y/n)? ", $
error1 db "Error: Null input, please try again ",$
error2 db "Error: No string terminator, please try again ",$

.code

just that one

thanks
samurai is offline   Reply With Quote