From b334cdeb3d5761fb228c2f856e04b8b546e0f3ed Mon Sep 17 00:00:00 2001 From: Ry Date: Mon, 23 Jan 2023 17:59:51 -0800 Subject: [PATCH] Add new instructions and fix typo --- vim-highlighting/syntax/fox32.vim | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/vim-highlighting/syntax/fox32.vim b/vim-highlighting/syntax/fox32.vim index 8bcab07..8d63817 100644 --- a/vim-highlighting/syntax/fox32.vim +++ b/vim-highlighting/syntax/fox32.vim @@ -18,11 +18,11 @@ syn match foxRegisters /\vr(3[01]|[12]?\d|sp)/ syn match foxLabel /[_A-Za-z0-9]*:/ -syn keyword foxInstructions nop halt brk reti ret ise icl -syn keyword foxInstructions inc dec not jmp call loop rjmp rcall rloop push pop int -syn keyword foxInstructions add sub mul div rem and or xor sla sra srl rol ror bse bcl bts cmp movz mov rta in out +syn keyword foxInstructions nop halt brk reti ret ise icl mse mcl +syn keyword foxInstructions inc dec not jmp call loop rjmp rcall rloop push pop int tlb flp +syn keyword foxInstructions add sub mul div rem imul idiv irem and or xor sla sra srl rol ror bse bcl bts cmp movz mov rta in out -syn keyword foxConditions ifz ifnz ifc ifnc ifgteq ifgt iglteq iflt +syn keyword foxConditions ifz ifnz ifc ifnc ifgteq ifgt iflteq iflt syn keyword foxData data