Browse code

Remove duplicates of instructions in the assembler language definition file for Geany

Pawel Jablonski authored on 01/08/2024 17:53:55
Showing 1 changed files
... ...
@@ -16,7 +16,7 @@ stringeol=0x000000;0xe0c0e0;false;false
16 16
 extinstruction=0x007f7f;0xffffff;false;false
17 17
 
18 18
 [keywords]
19
-instructions=not and or xor shl shr and or xor inc incc dec decc add addc sub subc add addc sub subc incp decp addp subp addp mov clr swap xchg in out ld st stp ldp gp ldpo stpo cmp jmp je jne jg jge jl jle rstsp push pop loope loopz call ret enter leave alloc free ldf stf gpf nop halt
19
+instructions=not and or xor shl shr inc incc dec decc add addc sub subc incp decp addp subp mov clr swap xchg in out ld st stp ldp gp ldpo stpo cmp jmp je jne jg jge jl jle rstsp push pop loope loopz call ret enter leave alloc free ldf stf gpf nop halt
20 20
 registers=
21 21
 directives=external global var const include map
22 22