Skip to content

Instantly share code, notes, and snippets.

View mamprogr's full-sized avatar

Mohammed Anas Al-Mahdi mamprogr

View GitHub Profile
@mamprogr
mamprogr / Bonian_hm.s
Created May 13, 2012 17:16
bonian home work
.data
wmsg : .asciiz "welcome \nstudent : Mohmmad Eyad Arnabeh \nNum : 345 \n"
getmsg : .asciiz "Please Enter a statment : \n"
msg0 : .asciiz "your sentence is : "
msg1 : .asciiz "Please Enter a character :\n"
msg2 : .asciiz "your char is :\n"
msg3 : .asciiz "\nnot found \n"
str : .space 256
chr : .space 1