Skip to content

💽 simple program for logging register values

Notifications You must be signed in to change notification settings

Mchl-krpch/resident-logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

resident-logger

preview image

the program implements the idea of replacing interrupts with their own functions. Thus, the program can run in resident-mode and react in a special way to keystrokes.

The essence of the program is to draw a window every 55 milliseconds to show the current value of the registers - this is possible by replacing the eighth interrupt with your own.

the ninth interrupt is responsible for the program interface. With it, we can press the ctrl key and hide the frame, and with the help of alt we can stop the resident

what is implemented?

  • working with macros
  • replacing interrupts with your own
  • working with other files
  • passing the shift of a variable to another file
  • running the program in the background
  • two hot keys to control the program ctrl and alt

Thanks for attention!

I will be glad if you write an issue! @Mchl-krpch

About

💽 simple program for logging register values

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published