mirror of
https://github.com/elliotnunn/supermario.git
synced 2024-11-22 19:31:02 +00:00
16 lines
508 B
Plaintext
16 lines
508 B
Plaintext
#
|
|
# d32as - Assembler Command Script
|
|
#
|
|
# d32as_gencmd prints out the commands to be executed, which are
|
|
# redirected into the file d32as.script.
|
|
# The script file d32as.script is then run to execute these commands,
|
|
# which call either d32cpp or d32as_mac (the actual assembler).
|
|
#
|
|
# Copyright ©1991 AT&T Bell Laboratories
|
|
# All Rights Reserved
|
|
|
|
d32as_gencmd {"Parameters"} > "{DSP3210_Temp}d32as.script"
|
|
"{DSP3210_Temp}d32as.script"
|
|
Delete -i -y "{DSP3210_Temp}d32as.script" > Dev:Null≥ Dev:Null
|
|
|