This website requires JavaScript.
Explore
Help
Sign In
d0p1
/
ack
Watch
1
Star
0
Fork
You've already forked ack
0
Code
Issues
Pull requests
Packages
Projects
Releases
Wiki
Activity
3feb79ad0c
ack
/
plat
/
cpm
/
libsys
/
make_trap.sh
11 lines
80 B
Bash
Raw
Normal View
History
Unescape
Escape
Generate traps procedurally. For some reason they always keep getting pulled in, though...
2019-06-10 22:12:00 +00:00
#!/bin/sh
cat <<EOF
#
#include "asm.h"
.define
$1
$1
:
Simplify the .trp API to make it a bit smaller.
2019-06-11 18:02:03 +00:00
mvi a,
$2
jmp .trp
Generate traps procedurally. For some reason they always keep getting pulled in, though...
2019-06-10 22:12:00 +00:00
EOF
Reference in a new issue
Copy permalink