Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.