cc65 / cc65

cc65 - a freeware C compiler for 6502 based systems

Home Page:https://cc65.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ca65: Can't use .sizeof(.word)

colinleroy opened this issue · comments

It is counter-intuitive that this doesn't work. We all know the sizeof a word, but using that instead of #2 would make things clearer in places.

I'm not sure if supporting this wouldn't create more problems than it solves... .word by itself is not a type like in C (and has no "value" or "size")