Apple2.gs Forums
Discussions for Apple IIgs Programming and other fun stuff. // Infinitum!

Home » Apple IIgs Programming » General » TFBD 65816 Disassembler Docs (English documentation for the famous disassembler)
Re: TFBD 65816 Disassembler Docs [message #77 is a reply to message #76] Wed, 17 December 2014 13:47 Go to previous message
Dagen is currently offline  Dagen
Messages: 27
Registered: August 2014
Location: United States
Member

I'm trying to use the program now and I have a quick note that is VERY important.

I kept getting syntax errors when using the commands because it expects the parameters to be hex (as stated in the doc), but even though commands are case-insensitive, the hex parameters MUST BE IN UPPER CASE!!!!

E.g. -
org $002000,$bc8000  

^^^ Doesn't work

org $002000,$BC8000  

^^^ Correct!


E.g. -
hex $BC8000,5e2  

^^^ Doesn't work

hex $BC8000,5E2  

^^^ Correct!


 
Read Message
Read Message
Previous Topic: Programming Videos
Next Topic: Snow - Winter Micro Demo
Goto Forum:
  


Current Time: Wed Feb 05 17:02:34 MST 2025

Total time taken to generate the page: 0.00979 seconds