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
/
gcc
/
ashlsi3.s
File editor
# GCC language support routines # 32-bit integer arithmetic # long __ashlsi3 (long a, long b) .code16 .text .global __ashlsi3 __ashlsi3: mov %sp,%bx mov 2(%bx),%ax mov 4(%bx),%dx mov 6(%bx),%cx jcxz 2f 1: shl $1,%ax rcl $1,%dx loop 1b 2: ret
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