Doctorj128

Results 4 comments of Doctorj128

The command I'm using is just beebasm -i helloworld.asm I've also tried with some other programs and they all have the same result; these programs assemble fine on my Windows...

Ah, that does seem to have worked. Here's the backtrace: ``` #0 0x909aea3c in _Unwind_GetIPInfo () #1 0x909aecd0 in _Unwind_GetIPInfo () ``` Previous frame identical to this frame (gdb could...

helloworld.asm is just a simple hello world program I wrote. Here it is: [helloworld.zip](https://github.com/stardot/beebasm/files/4881317/helloworld.zip)

> > > Could be an endian issue. I believe OSX uses PowerPC in big-endian mode. And X86 is little-endian. That's what I had assumed, plus the 6502 is little-endian...