So, i'm continuing my wandering around and pretty sure i'm ended up in need of some open source assembler command lexem analyzer (some TinyPG implementation, maybe).
All i want to know, is HOW i can make my apps understand, that given text MIGHT be assembler code. for example
mov ah, 37
should be accepted, while
bad my 42
should not.
Advices on self-implementing are welcomed too, ofc. Because i'm not sure if i would understand "hardcore" implementations.