Hi,

Do you know if there is a color syntax file for assembler language?
I'm using a controller for an Xilinx FPGA called picoblaze.
This controller is programmed in assembler.
Here are some instruction codes used.

+-----------------+
 Instruction Codes
+-----------------+
ADD sX,kk
ADDCY sX,sY
AND sX,sY
COMPARE sX,sY
DISABLE INTERRUPT
ENABLE INTERRUPT
FETCH sX, ss
INPUT sX,pp
JUMP NZ
LOAD sX,kk
OR sX,sY
OUTPUT sX,pp
RETURN
RETURNI DISABLE
RETURNI ENABLE
RL sX
RR sX
SL0 sX
SL1 sX
SLA sX
SLX sX
SR0 sX
SR1 sX
SRA sX
SRX sX
STORE sX,(sY)
SUB sX,kk
SUBCY sX,sY
TEST sX,kk
XOR sX,sY
+-----------------+

(The complete user guide can be found on
http://www.xilinx.com/support/documentation/ip_documentation/ug129.pdf)

I'm looking for an existing assembler color syntax file which I can
modify for this controller.
Or if anyone has such a file for a picoblaze that would really help.

Rgds,
Jeri

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to