https://github.com/zeionara/rezident
Simple example of the rezident program (real mode)
https://github.com/zeionara/rezident
assembler event-driven keybindings sound
Last synced: about 1 month ago
JSON representation
Simple example of the rezident program (real mode)
- Host: GitHub
- URL: https://github.com/zeionara/rezident
- Owner: zeionara
- Created: 2016-10-22T13:37:26.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-24T21:03:46.000Z (over 9 years ago)
- Last Synced: 2025-02-21T23:15:52.661Z (over 1 year ago)
- Topics: assembler, event-driven, keybindings, sound
- Language: Assembly
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rezident
Resident program - program which stays in the memory after finalizing work.
This repository contains a program for handling 09h interrupt from the keyboard. You should to load program to the memory (it won't load program to the memory if program already loaded) and press left alt to do action or press left shift to unload program from the memory.
- Master branch
action - moving cursor to the beginning of console
- SoundSignal branch
action - giving sound signal
Program writed for real mode and tested only in DOSbox.