This website works better with JavaScript.
Home
Explore
Help
Sign In
lukechilds
/
cc-rs
mirror of
https://github.com/lukechilds/cc-rs.git
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
294
Commits
12
Branches
109
Tags
1.9 MiB
Tree:
187997b488
add-rc-path
cl-test
cmd
fix-alignment
gh-actions
gh-pages
master
urgh
vs2017
wasi
wintest
wip-new-parallel
0.1.0
0.1.5
0.1.6
0.1.7
0.2.1
0.3.10
0.3.11
0.3.12
0.3.13
0.3.14
0.3.15
0.3.16
0.3.17
0.3.18
0.3.19
0.3.2
0.3.20
0.3.21
0.3.22
0.3.24
0.3.25
0.3.26
0.3.27
0.3.28
0.3.29
0.3.3
0.3.30
0.3.31
0.3.32
0.3.33
0.3.34
0.3.35
0.3.36
0.3.37
0.3.38
0.3.39
0.3.4
0.3.40
0.3.41
0.3.42
0.3.43
0.3.44
0.3.45
0.3.46
0.3.47
0.3.48
0.3.49
0.3.5
0.3.50
0.3.51
0.3.52
0.3.53
0.3.54
0.3.55
0.3.6
0.3.7
0.3.8
0.3.9
1.0.0
1.0.1
1.0.10
1.0.11
1.0.12
1.0.13
1.0.14
1.0.15
1.0.16
1.0.17
1.0.18
1.0.19
1.0.2
1.0.20
1.0.21
1.0.22
1.0.23
1.0.24
1.0.25
1.0.26
1.0.27
1.0.28
1.0.29
1.0.3
1.0.30
1.0.31
1.0.32
1.0.33
1.0.34
1.0.35
1.0.36
1.0.37
1.0.38
1.0.39
1.0.4
1.0.40
1.0.41
1.0.42
1.0.43
1.0.44
1.0.45
1.0.46
1.0.47
1.0.48
1.0.49
1.0.5
1.0.50
1.0.6
1.0.7
1.0.8
1.0.9
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '187997b488'
${ noResults }
cc-rs
/
gcc-test
/
src
/
i686.asm
10 lines
68 B
Raw
Normal View
History
Try to fix asm syntax for msvc 32-bit
10 years ago
.586
.MODEL
FLAT
,
C
.CODE
Add 32-bit MSVC assembly
10 years ago
asm
PROC
MOV
EAX
,
7
RET
asm
ENDP
END