~charles/awk-riscv

ce30c930be0f157a14442b738993e54d8d0dc52f — Charles Daniels 4 years ago 3010a5d
tweak comments
1 files changed, 4 insertions(+), 4 deletions(-)

M riscv.awk
M riscv.awk => riscv.awk +4 -4
@@ 34,10 34,10 @@
#
#                            INTRODUCTION
#
# This program implements a RISC-V disassemble and simulator, supporting most
# of the RV32I instruction set. It is controlled by reading directives on
# standard input. A directive consists of one or more whitespace separated
# values. Empty lines, and lines beginning with '#' are ignored.
# This program implements a RISC-V assembler, disassembler, and simulator,
# supporting most of the RV32I instruction set. It is controlled by reading
# directives on standard input. A directive consists of one or more whitespace
# separated values. Empty lines, and lines beginning with '#' are ignored.
#
# This program also has a concept of a "mode". In normal mode, which is the
# default, all input lines are processed as directives. In other modes, input