This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ORG $8000 | |
| NUM DC.W 6 | |
| F DS.L 1 | |
| NUM_OFF EQU 8 | |
| F_OFF EQU 10 | |
| ORG $8100 | |
| FATT | |
| LINK A6,#0 *stack frame |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| Altri esercizi su: | |
| www.carminesquillace.it/c | |
| */ | |
| #include <iostream> | |
| using namespace std; | |
| const int MAX_DIM = 100; | |
| void riempi_array(int *, const int); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| Altri esercizi su: | |
| www.carminesquillace.it/c | |
| */ | |
| #include <iostream> | |
| using namespace std; | |
| const int MAX_DIM = 100; | |
| void riempi_array(int *, const int); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| Altri esercizi su: | |
| www.carminesquillace.it/c | |
| */ | |
| #include <iostream> | |
| using namespace std; | |
| const int MAX_DIM = 100; | |
| void riempi_array(int *, const int); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| Altri esercizi su: | |
| www.carminesquillace.it/c | |
| */ | |
| #include <iostream> | |
| using namespace std; | |
| const int MAX_DIM = 100; | |
| void riempi_array(int *, const int); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| Altri esercizi su: | |
| www.carminesquillace.it/c | |
| */ | |
| #include <iostream> | |
| #include <ctime> | |
| #include <stdlib.h> | |
| using namespace std; | |
| const int DIM = 10; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| Altri esercizi su: | |
| www.carminesquillace.it/c | |
| */ | |
| #include <iostream> | |
| using namespace std; | |
| int main () | |
| { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| Altri esercizi su: | |
| www.carminesquillace.it/c | |
| */ | |
| #include <iostream> | |
| #include <ctime> | |
| #include <stdlib.h> | |
| using namespace std; | |
| int main () |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| Altri esercizi su: | |
| www.carminesquillace.it/c | |
| */ | |
| #include <iostream> | |
| #include <ctime> | |
| #include <stdlib.h> | |
| using namespace std; | |
| int main () |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| Altri esercizi su: | |
| www.carminesquillace.it/c | |
| */ | |
| #include <iostream> | |
| #include <ctime> | |
| #include <stdlib.h> | |
| using namespace std; | |
| int main () |
NewerOlder