mn48903@tut.fi (Niemel{ Martti) (03/22/90)
There a program follows
++
.text
.align 4
.data
.align 4
.text
.align 4
_main:
calls $00, _getting_out
calls $02, _soon
.align 4
_getting_out:
movl _news,(sp)
ret
.data
.align 4
_this: .asciz "Help needs _"
_wone: .long -1--1
_that: .asciz 'He''ll go anyway_'
.text
.align 4
_news: .long _goods
.text
.align 4
_goods:
pushab _this
pushab _that
calls $01,_wasted
calls $01,_wasted
ret
.text
.align 4
_wasted:
pushl -4(fp)
calls $01, _printf
ret
.text
.align 4
_soon:
halt
.data
.align 4
--
There are align error messages issued. Where am I in wrong ?
My address is mn48903@alva.tut.fi. My name is Martti Niemel{.
Can I be answered by electric mail ?