|
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
|