repo.or.cz
/
lcapit-junk-code.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Kill mega-sena.sh
[lcapit-junk-code.git]
/
emu8086
/
tests
/
control
/
unset-flags
/
Makefile
blob
a20644d59e503341c244a5654bb2fff8f8e2d8df
1
all
:
unset-flags set-flags
2
3
unset-flags
:
unset-flags.S
4
as
$< -
o
$
@
5
objcopy
-
S
-
O binary
$
@
$
@.bin
6
7
set-flags
:
set-flags.S
8
as
$< -
o
$
@
9
objcopy
-
S
-
O binary
$
@
$
@.bin
10
11
clean
:
12
rm
-
f unset-flags set-flags
*
~
*
.bin errors.txt output.txt