1
0
mirror of https://github.com/hsoft/collapseos.git synced 2025-04-06 23:58:39 +10:00
Commit Graph

6 Commits

Author SHA1 Message Date
Clanmaster21
85cf733279
I accidentally pushed an optimisation I pushed to another branch 2019-10-17 21:00:41 +01:00
Clanmaster21
c255903323
Saved some bytes in parseHexPair and sdc
I replaced some doubled up nops with pushes and pops again, saving two bytes. There was also a nop in a loop that didn't look necessary, since the jump back to the top of the loop is already 13 cycles, so way more than 80 cycles are spent in that loop anyway.
I reworked things a little in parseHexPair and saved 5 bytes and 6 cycles, with more cycles saved in error cases.
2019-10-17 20:20:13 +01:00
Virgil Dupras
14cc2fb785 parse: fix option word default value
Previously, an optional word argument would only have its first byte set
to zero.
2019-06-14 21:10:18 -04:00
Virgil Dupras
21c677a950 Make parseArgs not expect a leading space 2019-06-02 14:46:07 -04:00
Virgil Dupras
f8bd8eeaaf Make userspace parse args the same way the shell does 2019-06-02 14:05:20 -04:00
Virgil Dupras
7fad3b0c90 Move /parts/z80 to /kernel
Let go of that "meta os" thing. it's not as meta as I made it sound
like. It's a kernel.
2019-05-19 11:19:41 -04:00