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
/
elks
/
arch
/
i86
/
lib
/
unused
/
inportb.s
File editor
! int inb( int port ); ! reads a byte from the i/o port port and returns it .globl _inb .text .even _inb: pop bx pop dx dec sp dec sp in dx sub ah,ah jmp bx ! int inb( int port ); ! reads a byte from the i/o port port and returns it. Uses an in ! from port 0x80 to slow the process down. .globl _inb_p .text .even _inb_p: pop bx pop dx dec sp dec sp in 0x80 in dx sub ah,ah jmp bx
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