Skip to content

FujiNet NOS v0.7.0

Choose a tag to compare

@michaelsternberg michaelsternberg released this 27 May 21:50
· 4 commits to nos since this release

Added 3 commands

  • COPY copy a single file between mount points or the same mount point or to a devices such as P1:)
  • DUMP hex dump range of memory
  • FILL populate a range of memory with a single byte value

Implemented a transient/overlay command process. This reduces MEMLO from $1B00 to $1800 and allows adding new commands without horrifically impacting memory usage.

The following existing commands were modified to run as transient/overlay commands.

  • AUTORUN
  • BASIC
  • DIR
  • HELP
  • NTRANS
  • REENTER
  • SAVE
  • XEP

CIO File Open channel usage has been improved. Commands that use CIO File Open will now search for the next available CIO channel and use it rather than rudely closing a needed channel prior to use.
This corrects a problem that prevented, say, loading an executable during batch processing.

Added or extended help documentation for:

  • HELP REF/COLORS
  • HELP ASM/BRANCH
  • HELP NOS/COPY or NCOPY
  • HELP NOS/DUMP
  • HELP NOS/FILL