Author Topic: VAT entry size  (Read 4108 times)

0 Members and 1 Guest are viewing this topic.

Offline Runer112

  • Moderator
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2289
  • Rating: +639/-31
    • View Profile
VAT entry size
« on: September 01, 2010, 06:00:16 pm »
Quick question: the SDK says programs, appvars, and groups are all 14-byte VAT entries, but lists are 13 bytes. Are lists actually 14 bytes, just with the last byte not representing anything? It seems that having fixed-length entries is probably more reasonable, just trying to confirm this.

Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
Re: VAT entry size
« Reply #1 on: September 01, 2010, 07:10:37 pm »
Aren't they all different sizes? Like programs, for example, their VAT entries end after their name, I think. You'd have to use NL (T-6) to find the length of the name.




Offline Runer112

  • Moderator
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2289
  • Rating: +639/-31
    • View Profile
Re: VAT entry size
« Reply #2 on: September 01, 2010, 08:53:39 pm »
Oh wow, I completely forgot about NL... yeah, I guess they're all variable lengths then. Dang.