OpenCores
URL https://opencores.org/ocsvn/zipcpu/zipcpu/trunk

Subversion Repositories zipcpu

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 96 to Rev 97
    Reverse comparison

Rev 96 → Rev 97

/zipcpu/trunk/sw/zasm/asmdata.h
68,7 → 68,7
// Dual operand instructions that do not take conditions
OP_LDI,
// Single operand instructions that can take conditions
OP_CLRF, OP_JMP, OP_LJMP, OP_NOT,
OP_CLRF, OP_JMP, OP_NOT,
// Branch operands
OP_BRA, OP_BLT, OP_BZ, OP_BNZ, OP_BGT, OP_BGE, OP_BRC, OP_BRV,
// Single operand instructions that have no explicit conditions
76,7 → 76,7
// BAREOPs that can have conditions
OP_HALT, OP_RTU, OP_BUSY, OP_RETN,
// BAREOPs without conditions
OP_BREAK, OP_NOOP, OP_LOCK,
OP_BREAK, OP_NOOP, OP_LOCK, OP_LJMP,
// Error condition--undefined operand
OP_NONE
} LEXOPCODE;

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.