Skip to content

Commit

Permalink
Optimize FORMAT, 106 bytes less.
Browse files Browse the repository at this point in the history
Also move to $3000 to allow running on 16k, but this is not enough ram
to format and copy the DOS.
  • Loading branch information
dmsc committed Feb 5, 2024
1 parent 19b4ce7 commit 1a39cce
Show file tree
Hide file tree
Showing 2 changed files with 974 additions and 1,047 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Many of the external commands are reduced in size:
| DUMP | 783 | 600 |
| ELSE | 243 | 166 |
| ENDIF | 9 | 9 |
| FORMAT | 2784 | 2758 |
| FORMAT | 2784 | 2652 |
| HEXEDIT | 728 | 558 |
| IF | 442 | 308 |
| MDUMP | 554 | 382 |
Expand Down
Loading

0 comments on commit 1a39cce

Please sign in to comment.