• IDATA problem
    NAME SAMPLE PUBLIC TXTBIT PROG SEGMENT CODE CONST SEGMENT CODE VAR1 SEGMENT DATA BITVAR SEGMENT BIT STACK SEGMENT IDATA RSEG STACK DS 10H ; 16 Bytes Stack CSEG AT 0 USING 0 ; Register-Bank 0...
  • IDATA problem
    NAME SAMPLE PUBLIC TXTBIT PROG SEGMENT CODE CONST SEGMENT CODE VAR1 SEGMENT DATA BITVAR SEGMENT BIT STACK SEGMENT IDATA RSEG STACK DS 10H ; 16 Bytes Stack CSEG AT 0 USING 0 ; Register-Bank 0...
  • problem using idata in calculations
    Hi, Is there a problem using idata for variables used in "heavy"calculations ? ( heavy = 3 products 2 sums in a same instruction) I use microvision 1.30 dll 1.30 C compiler v5.20 In my program...
  • problem using idata in calculations
    Hi, Is there a problem using idata for variables used in "heavy"calculations ? ( heavy = 3 products 2 sums in a same instruction) I use microvision 1.30 dll 1.30 C compiler v5.20 In my program...
  • idata
    Hello, Q1: This is a part of my project code flow explanation. I want to allocate seperate memory location in internal data for the formal parameter local variable - lid. How is it possible using...