This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

About _DATA_GROUP_ segment

Help! How can I break _DATA_GROUP_ segment into two parts?
Thanks!

Parents
  • How can I do that?
    EXACTLY as i did show you above.

    Be careful: it is _DATA_GROUP_
    so what, you need two DIFFRENTLY NAMED sgements holding the dats, it is STILL "DATA"

    if you can not figute out how to 'adjust' the example to 3 bytes, you should not be playing with this.

    here is the proof

                REG     0000H     0008H     ABSOLUTE     "REG BANK 0"
                REG     0008H     0008H     ABSOLUTE     "REG BANK 1"
                DATA    0010H     0010H     UNIT         ?DT?ZDATAF
                BIT     0020H.0   0002H.3   UNIT         ?BI?SLVMAIN
                BIT     0022H.3   0001H.4   UNIT         _BIT_GROUP_
                        0023H.7   0000H.1                *** GAP ***
                DATA    0024H     0020H     UNIT         _DATA_GROUP_
                DATA    0044H     0015H     UNIT         ?DT?SLVMAIN
                DATA    0059H     0006H     UNIT         ?DT?_CRC8?SLV1WIRE
                DATA    005FH     0001H     UNIT         ?DT?SLVIIC
                DATA    0060H     0001H     UNIT         ?DT?_MOMMARTY?SLV485
                IDATA   0061H     000BH     UNIT         ?ID?SLVMAIN
                IDATA   006CH     0001H     UNIT         ?STACK
    

    Erik

Reply
  • How can I do that?
    EXACTLY as i did show you above.

    Be careful: it is _DATA_GROUP_
    so what, you need two DIFFRENTLY NAMED sgements holding the dats, it is STILL "DATA"

    if you can not figute out how to 'adjust' the example to 3 bytes, you should not be playing with this.

    here is the proof

                REG     0000H     0008H     ABSOLUTE     "REG BANK 0"
                REG     0008H     0008H     ABSOLUTE     "REG BANK 1"
                DATA    0010H     0010H     UNIT         ?DT?ZDATAF
                BIT     0020H.0   0002H.3   UNIT         ?BI?SLVMAIN
                BIT     0022H.3   0001H.4   UNIT         _BIT_GROUP_
                        0023H.7   0000H.1                *** GAP ***
                DATA    0024H     0020H     UNIT         _DATA_GROUP_
                DATA    0044H     0015H     UNIT         ?DT?SLVMAIN
                DATA    0059H     0006H     UNIT         ?DT?_CRC8?SLV1WIRE
                DATA    005FH     0001H     UNIT         ?DT?SLVIIC
                DATA    0060H     0001H     UNIT         ?DT?_MOMMARTY?SLV485
                IDATA   0061H     000BH     UNIT         ?ID?SLVMAIN
                IDATA   006CH     0001H     UNIT         ?STACK
    

    Erik

Children
No data