elks-enhanced
public
Read
Owner: themaster
Branch: master
Commits: 6893
Updated: 2026-04-19 00:15
Git CLI clone URL
git clone https://www.xt-emporium.com/git/elks-enhanced.git
Fullscreen desktop URL
Code
Commits
History
Branches
Bug Reports
Discussions
Compare
Settings
elks-enhanced
/
libc
/
watcom
/
asm
/
signalcb.asm
File editor
; ; signalcb.asm - signal callback from ELKS kernel ; ; 3 Jun 2024 Greg Haerr _TEXT segment use16 word public 'CODE' extrn _signal_wchandler_ :far public __signal_cbhandler __signal_cbhandler proc far push bp mov bp,sp pushf push ax push bx push cx push dx push si push di push ds push es mov ax,ss ; ensure valid DS (=SS) mov ds,ax mov ax,6[bp] ; get signal # callf _signal_wchandler_ ; call user function from C pop es pop ds pop di pop si pop dx pop cx pop bx pop ax popf pop bp retf 2 ; get rid of the signum __signal_cbhandler endp _TEXT ends end
Commit message
This repository is read-only for this account.
Repository snapshot
Current branch
master
Visibility
public
Your access
Read
Remote
Configured
File activity
View file history