Menu

Loading word variable

Help
2007-10-10
2013-05-30
  • Nobody/Anonymous

    I read all of the documents and I can't find a way of refering to the upper and lower bytes of a word variable. For example

    dim total as word

    total.hb = 0x20
    total.lb = 0x30

     
    • Nobody/Anonymous

      From the assembly listing is see the following should work.

      total_l = 0x20
      total_h = 0x30

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.