ST7 Assembler
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2003-04-07 2:41 PM
This discussion is locked. Please start a new topic to ask your question.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2003-04-07 5:03 AM
Posted on April 07, 2003 at 14:03
Hello,
how can I say in st7 assembler: if ( A =='A') { goto labelA; } I need to check if the register A had the ASCII value of 'A' if TRUE, I need to jump to a function ELSE go on TIA ChristopheOptions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2003-04-07 2:41 PM
Posted on April 07, 2003 at 23:41
cp A,#$41
jreq equal_A ... .equal_A ...