Building a Cartridge Header in 64tass, Confused

Programming the 6502 microprocessor and its relatives in assembly and other languages.
User avatar
BigEd
Posts: 11463
Joined: 11 Dec 2008
Location: England
Contact:

Re: Building a Cartridge Header in 64tass, Confused

Post by BigEd »

(I suspect, with strict-bool in operation, booleans are no longer 'just aliases' - they are a distinct type. To get the integer value you'd need to cast: int(boolval)
)
Post Reply