microcontroller - 68HC05 assembly - 't' after integer literal -
I am in the middle of writing a few assembly code written for a 68HC05 Motorola / Freescale series microcontroller. My goal is to rewrite the assembly code as C so that I can try to recreate this project with an Atom ARR.
I have found in some codes that some integer texts such as a 'T', as seen in the instructions of this example: > <<> cmp # 12t
I can not find any mention of t
in any document.
My question is: what does t
mean, or does not it have one?
Comments
Post a Comment