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

Subversion Repositories ssbcc

[/] [ssbcc/] [trunk/] [core/] [9x8/] [asmDef_9x8.py] - Diff between revs 5 and 7

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 5 Rev 7
Line 1219... Line 1219...
    #
    #
 
 
    self.instructions = dict(list=list(), opcode=list());
    self.instructions = dict(list=list(), opcode=list());
    self.AddInstruction('&',            0x050);
    self.AddInstruction('&',            0x050);
    self.AddInstruction('+',            0x018);
    self.AddInstruction('+',            0x018);
 
    self.AddInstruction('+c',           0x00B);
    self.AddInstruction('-',            0x01C);
    self.AddInstruction('-',            0x01C);
    self.AddInstruction('-1<>',         0x023);
    self.AddInstruction('-1<>',         0x023);
    self.AddInstruction('-1=',          0x022);
    self.AddInstruction('-1=',          0x022);
 
    self.AddInstruction('-c',           0x00F);
    self.AddInstruction('0<>',          0x021);
    self.AddInstruction('0<>',          0x021);
    self.AddInstruction('0=',           0x020);
    self.AddInstruction('0=',           0x020);
    self.AddInstruction('0>>',          0x004);
    self.AddInstruction('0>>',          0x004);
    self.AddInstruction('1+',           0x058);
    self.AddInstruction('1+',           0x058);
    self.AddInstruction('1-',           0x05C);
    self.AddInstruction('1-',           0x05C);

powered by: WebSVN 2.1.0

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