ned1/.git
5 years agoUpdated BRZs in calculator to use new branch types.
Aaron Taylor [Wed, 2 Jan 2019 09:49:13 +0000 (01:49 -0800)]
Updated BRZs in calculator to use new branch types.

5 years agoAdded new pseudo-mnemonics to nedasm (BEQ,BNE,BGE,BGT,GLT,BLE,BMI,BPL).
Aaron Taylor [Wed, 2 Jan 2019 05:14:05 +0000 (21:14 -0800)]
Added new pseudo-mnemonics to nedasm (BEQ,BNE,BGE,BGT,GLT,BLE,BMI,BPL).

5 years agoUpdated calculator README.md with correct nedsim and nedasm version requirements.
Aaron Taylor [Mon, 31 Dec 2018 11:34:52 +0000 (03:34 -0800)]
Updated calculator README.md with correct nedsim and nedasm version requirements.

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.