main.cpp |
Encrypt.h |
// Encript.h
extern "C" {
void Encrypt( char* buf, long count, char eChar );
}
|
Encrypt.asm |
TITLE Encrypt Procedure (Encrypt.asm) .586 .model flat, C Encrypt PROTO, |
|
An Execution Example
|
Find the first N Fibonacci numbers. Enter the value of N (positive integer): 10 1 1 2 3 5 8 13 21 34 55 |
|
“I’m not arguing, I’m just explaining why I’m right.” ― Unknown |