ReadChar
ReadHex
ReadInt
ReadString
| Simply Reading in and Writing out by Using | |
ReadString
|
ReadChar
|
INCLUDE Irvine32.inc .data buffer BYTE 128 DUP(0) .code main PROC call Clrscr mov edx, OFFSET buffer mov ecx, SIZEOF buffer call ReadString call Crlf call WriteString exit main ENDP END main |
|
| An Execution Example | An Execution Example |
|
This is only a test. This is only a test. |
This is only a test. This is only a test. |
|
“Argued that men cannot be compared to dogs, because dogs are actually loyal.” ― Wanda Sykes |