#8056 - TurboHz - Tue Jul 01, 2003 12:01 pm
I cant get the output to console feature in VBA to work in ASM.
How do you guys do that?
In VBA homepage there's this code:
@ log a message to VBA's output console or GDB console
@ r0=message to log
vbalog:
swi 0xff
bx lr
I load r0 with the adress of the text to be displayed and make the swi but nothing happens... I guess a text should appear in red such as that when you reset. Isn't it?
How should the string be terminated? with 0x13?
How do you guys do that?
In VBA homepage there's this code:
@ log a message to VBA's output console or GDB console
@ r0=message to log
vbalog:
swi 0xff
bx lr
I load r0 with the adress of the text to be displayed and make the swi but nothing happens... I guess a text should appear in red such as that when you reset. Isn't it?
How should the string be terminated? with 0x13?