Search found 1 match

by coffeecuppepsi
12 Nov 2010 03:21
Forum: mikroC General
Topic: how to program in assembly in mikroC?
Replies: 1
Views: 4193

how to program in assembly in mikroC?

how can i access general registers in mikroC?
e.g. this does not work clrf 6;
but this does clrf portb;
it's ok for special registers because they have names... but how do i access general register??

Go to advanced search