mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-24 03:20:30 +00:00
Make minor improvements
- Work towards simplifying ape.S startup process - Rewrote ar because it took minutes to build cosmopolitan.a
This commit is contained in:
parent
95bc650be8
commit
aea89fe832
70 changed files with 1037 additions and 456 deletions
|
@ -35,13 +35,13 @@ kBase36:.zero 256
|
|||
pushpop 10,%rcx
|
||||
0: inc %eax
|
||||
stosb
|
||||
loop 0b
|
||||
.loop 0b
|
||||
add $'A-1-'9,%rdi
|
||||
pushpop 'Z+1-'A,%rcx
|
||||
0: inc %eax
|
||||
mov %al,0x20(%rdi)
|
||||
stosb
|
||||
loop 0b
|
||||
.loop 0b
|
||||
add $255-'Z,%rdi
|
||||
.init.end 300,_init_kBase36
|
||||
.source __FILE__
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue