Browse Source

Fix the root loading bug in the bootloader as well just to be safe, fix a bug in loadf giving a file size one sector too large, make loadf return the size of the file in cx, change print to work based on file size instead of a file ending character, and modify the readme and other text files accordingly.

main
CrazyEttin 2 years ago
parent
commit
a20d846f60
  1. BIN
      LICENSE.MD
  2. BIN
      README.MD
  3. BIN
      src/BOOT.ASM
  4. BIN
      src/ECHO.ASM
  5. BIN
      src/HELLO.ASM
  6. BIN
      src/LIST.ASM
  7. BIN
      src/LOADF.INC
  8. BIN
      src/PRINT.ASM
  9. BIN
      src/PRINTLN.INC
  10. BIN
      src/PRINTSTR.INC
  11. BIN
      src/READLN.INC
  12. BIN
      src/READSTR.INC
  13. BIN
      src/SYSTEM.ASM

BIN
LICENSE.MD

Binary file not shown.

BIN
README.MD

Binary file not shown.

BIN
src/BOOT.ASM

Binary file not shown.

BIN
src/ECHO.ASM

Binary file not shown.

BIN
src/HELLO.ASM

Binary file not shown.

BIN
src/LIST.ASM

Binary file not shown.

BIN
src/LOADF.INC

Binary file not shown.

BIN
src/PRINT.ASM

Binary file not shown.

BIN
src/PRINTLN.INC

Binary file not shown.

BIN
src/PRINTSTR.INC

Binary file not shown.

BIN
src/READLN.INC

Binary file not shown.

BIN
src/READSTR.INC

Binary file not shown.

BIN
src/SYSTEM.ASM

Binary file not shown.
Loading…
Cancel
Save