Search found 1 match

by nathanpc
Fri Jun 25, 2010 8:28 pm
Forum: General
Topic: HexPrefix Problem
Replies: 0
Views: 247

HexPrefix Problem

Hello,
I'm editing a syntax highlighting file( armasm.syn - The ARM Assembly Syntax ). As it doesn't have the HexPrefix definition, and it's something that is commonly used when you're using any sort of Assembly language. Then I added this line to the *.syn file:
HexPrefix = #0x
As the ...