llvm-mos / llvm-mos-sdk

SDK for developing with the llvm-mos compiler
https://www.llvm-mos.org
Other
266 stars 53 forks source link

NES: Fix bus conflict ROM poke table generation #196

Closed asiekierka closed 11 months ago

asiekierka commented 11 months ago

It appears that FILL() has to be four bytes to work consistently. This is because GNU defines the value inside it as 4-byte big-endian.

The PR amends this and adds an explanatory note to the link script.