Friday, October 7, 2011

0. Suggested exercises

  • Find in Internet an emulator for a 80s computer, such as the Amstrad CPC series, the MSX range or the Commodore 64 (Sinclair ZX Spectrum is not recommended for this exercise) and test the first example program in section 0.1 (the BASIC source program).
  • Change the first example, so that it writes you name, instead of "Hello".
  • Find a Pascal compiler named Free Pascal, install it and test the second example program.
  • Change the second example, so that it writes you name.
  • Find a C compiler for the operating system you are using (on Linux it is probably installed; on Windows or Mac OS X, you can try CodeLite) and test the third example program.
  • Change the third example, so that it writes you name.

No comments:

Post a Comment