Initial commit, can calculate a factorial recursively with C calling convetion
authorNick Downing <nick@ndcode.org>
Sun, 9 Jun 2019 23:28:05 +0000 (09:28 +1000)
committerNick Downing <nick@ndcode.org>
Sun, 9 Jun 2019 23:28:05 +0000 (09:28 +1000)
commit4dbbee4e7da2c68a72ba03c3632451a33f16c419
tree25da037d9340ad1d53664fe950c80abe6edda495
Initial commit, can calculate a factorial recursively with C calling convetion
.gitignore [new file with mode: 0644]
asxxxx_build.sh [new file with mode: 0755]
n.sh [new file with mode: 0755]
sm.asm [new file with mode: 0644]