Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
08/24/07 08:16
Read: times


 
#143582 - Check you assembler syntax!
Responding to: ???'s previous message
Henry Aliwarga said:
get:	db '0cf','12'

You haven't stated what assembler you're using - this is important, because they can use different syntax, particularly for things like literal constant values!

Are you sure that this is the correct syntax for your particular assembler?

I guess that it isn't, and that's why you're getting "unexpected" results.

You need to consult the Manual for the particular assembler that you are using.

List of 11 messages in thread
TopicAuthorDate
look up tabe            01/01/70 00:00      
   Structure ok, program doesn't make sense            01/01/70 00:00      
   Wrong tags!            01/01/70 00:00      
      look up tabel            01/01/70 00:00      
         Table            01/01/70 00:00      
      get 8 bit from look up table..            01/01/70 00:00      
         Check you assembler syntax!            01/01/70 00:00      
            I know...            01/01/70 00:00      
               RTFM!            01/01/70 00:00      
               Characters - surely not?!            01/01/70 00:00      
                  Thanks guys....            01/01/70 00:00      

Back to Subject List