Some Stuff for Batari Basic


/ Published in: Other
Save to your folder(s)

For batari Basic, which is found at http://bataribasic.com

To use functions in bB, a=ExampleFunction(arg1,arg2)
To use functions in asm, make register a = arg1, y = arg2, and do jsr to function, and it returns value in register a.

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.