13.07.2015 Views

apple-pascal-1.3-manual

apple-pascal-1.3-manual

apple-pascal-1.3-manual

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

The RMVBIAS MacroThis macro removes from the evaluation stack the four zero bytes (the bias)passed for a Pascal function.Form: RMVBIAS.MACROPLAPLAPLAPLA.ENDMRMVBIASThe MOVE MacroThis macro moves the word value stored at one location to another location.Form.: MOVE (from), (to)from = The address whose value is to be moved.to = The address to which the value is to be moved .. MACRO MOVELDA %1STA %2LDA % 1+1STA %2+1.ENDMThe DEBUGSTR Macm¥/WftttThis macro generates ASCII strings to aid debugging, if DEBUG = 1(TRUE). If DEBUG = 0 (FALSE), no strings are generated.Form: DEBUGSTR (message), message = The message to be inserted into the code as a .ASCII directive.Note that four asterisks are added before and after the message.The DEBUGS TR MacroIII-331

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!