techristian
Member level 1
- Joined
- Apr 3, 2013
- Messages
- 41
- Helped
- 1
- Reputation
- 2
- Reaction score
- 1
- Trophy points
- 1,288
- Location
- Windsor, Ontario
- Activity points
- 1,612
RE:MPASM any special SYNTAX for designating WHERE in memory ? Bank1 or Bank2 etc.
I know most of this stuff is automatically handled in C but when working in ML it gets trick trying to designate WHICH memory I'm addressing. It is easy enough to designate Hex, Binary or Decimal with MPASM INLINE but when I do the following (as an example delay equ 0x0c which bank is it. I would be nice , when coding to just say delay equ 0(0x0c) or delay equ 1(0x0c) or delay equ 2(0x0c)
Dan
I know most of this stuff is automatically handled in C but when working in ML it gets trick trying to designate WHICH memory I'm addressing. It is easy enough to designate Hex, Binary or Decimal with MPASM INLINE but when I do the following (as an example delay equ 0x0c which bank is it. I would be nice , when coding to just say delay equ 0(0x0c) or delay equ 1(0x0c) or delay equ 2(0x0c)
Dan