Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vadim-rudak/microcontroller-mc68hc11
Programs for microcontroller МC68НС11
https://github.com/vadim-rudak/microcontroller-mc68hc11
assembler mc68hc11 microcontroller
Last synced: 17 days ago
JSON representation
Programs for microcontroller МC68НС11
- Host: GitHub
- URL: https://github.com/vadim-rudak/microcontroller-mc68hc11
- Owner: Vadim-Rudak
- Created: 2024-03-10T22:30:44.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-10T23:15:55.000Z (11 months ago)
- Last Synced: 2024-11-21T01:42:34.549Z (3 months ago)
- Topics: assembler, mc68hc11, microcontroller
- Language: Assembly
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# microcontroller-МC68НС11
# Program 1
Exchange the contents of the low byte of register X with register A.
# Program 2
Program that allows you to calculate the address of an element located in a two-dimensional array of dimension 3x3. The array is located at $8100. The index is specified by registers A and B, where A is the row number, B is the array column number.
# Program 3
Program that copies the contents of registers A and B to register X in such a way that the high tetrad of register A and the high tetrad of register B constitute the high byte of the X register, and the low tetrads constitute the low byte.
# Program 4
Sort in descending order of numbers located in cells $8200 ... $82ff.