Welcome, Guest. Please login or register.

Author Topic: Assembler (68k) help (about dc pseudo op)  (Read 25946 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Warface

  • Hero Member
  • *****
  • Join Date: Nov 2002
  • Posts: 970
    • Show all replies
    • http://www.spacehawks.hu
Re: Assembler (68k) help (about dc pseudo op)
« on: January 13, 2003, 04:04:17 PM »
In asmone there is a pseudo instruction called "even" or ".even", I can't remember. (And here's nothing to look up or try it out.)

In the assembler you can use pretty much numeric formats, the assembler will take care of the rest. If you want to use hexadecimal numbers, just use the "$" character, if you want you can use decimal numbers too, then no extra character required.

As Kronos said "#" has not such function, it just indicates that a direct value follows, instead of an address(ing mode).