https://github.com/isaychris/csci212
Palomar: Machine Organization & Assembly Language
https://github.com/isaychris/csci212
assembly-language csci212 palomar
Last synced: 4 months ago
JSON representation
Palomar: Machine Organization & Assembly Language
- Host: GitHub
- URL: https://github.com/isaychris/csci212
- Owner: isaychris
- Created: 2016-08-16T13:30:16.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-27T04:45:56.000Z (almost 8 years ago)
- Last Synced: 2024-11-09T13:40:39.212Z (7 months ago)
- Topics: assembly-language, csci212, palomar
- Language: Assembly
- Homepage:
- Size: 18.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CSCI212
An introduction to Assembly Language programming. Language syntax is covered,
together with a study of the instruction set mnemonics, segment, index, pointer,
general purpose and flag registers. A variety of memory addressing techniques
will be covered, as well as stack operations, particularly those associated with
passing parameters to subroutine calls. Also includes I/O to screen, printer, and
disk interfaces. Emphasis will be placed on interaction between the student’s code
and the operating system’s supplied functions for I/O to peripheral devices. Use
of editor and debugging tools will also be addressed.