Duhast
2024-05-09 00:40:18 UTC
In the Ninjaforce assembler when you do a:
LDA #"A"
It assembles without the high bit set. Doesn't play nice with COUT and
KYBD reading. Is there a way to force it to a high bit or am I stuck
converting everything to hex? Didn't see anything in the docs....
LDA #"A"
It assembles without the high bit set. Doesn't play nice with COUT and
KYBD reading. Is there a way to force it to a high bit or am I stuck
converting everything to hex? Didn't see anything in the docs....