ned1/.git
5 years agoUpdated markdown in Instruction Reference to display as separate paragraphs.
Aaron Taylor [Mon, 31 Dec 2018 11:30:09 +0000 (03:30 -0800)]
Updated markdown in Instruction Reference to display as separate paragraphs.

5 years agoChanged BRZ behavior to chomp a test word from stack instead of checking PSW_Z bit.
Aaron Taylor [Mon, 31 Dec 2018 11:27:26 +0000 (03:27 -0800)]
Changed BRZ behavior to chomp a test word from stack instead of checking PSW_Z bit.

This eliminates the need for a preceding TEST syllable. The calculator has been updated.

5 years agoAdded ability to record a JMP/BRZ trace in nedsim, with labels where applicable.
Aaron Taylor [Mon, 31 Dec 2018 10:59:05 +0000 (02:59 -0800)]
Added ability to record a JMP/BRZ trace in nedsim, with labels where applicable.

5 years agoAdded a.out format for NED binaries to track symbols through to the disassembler.
Aaron Taylor [Mon, 31 Dec 2018 09:44:20 +0000 (01:44 -0800)]
Added a.out format for NED binaries to track symbols through to the disassembler.

5 years agoInitial commit of files related to NED architecture.
Aaron Taylor [Sun, 23 Dec 2018 12:26:28 +0000 (04:26 -0800)]
Initial commit of files related to NED architecture.
Includes nedsim/nedasm/neddis and a calculator written in NED assembly.