repo.or.cz
/
mascara-docs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* added compilers lcc and bcc (linux86)
[mascara-docs.git]
/
compilers
/
linux86-0.16.17
/
copt
/
rules.end
blob
5f6eabafecb859c28ef444c12be10a77185fd3dc
1
# Rules to optimize BCC assembler output
2
3
# Undo the changes done in rules.start
4
5
proc_start
6
=
7
push bp
8
mov bp,sp
9
push di
10
push si
11
12
proc_end
13
=
14
pop si
15
pop di
16
pop bp
17
ret