Programming Forums

Programming Forums (http://www.programmingforums.org/forumindex.php)
-   Assembly (http://www.programmingforums.org/forum20.html)
-   -   HELP: Can SomeOne give me an example program in Assembly Language (http://www.programmingforums.org/showthread.php?t=14064)

bratsercom Sep 29th, 2007 11:51 PM

HELP: Can SomeOne give me an example program in Assembly Language
 
Can some Give some Example programs In Assemble language..
Im a student And Studing now this Sub.. and I need Some Example Program To study.. Plzz.. help meee...

Wizard1988 Sep 30th, 2007 12:31 AM

Here you go

:

.NOLIST
#define  EQU  .equ
#define  equ  .equ
#define  END  .end
#define  end  .end
#include "ti83plus.inc"
.LIST

    .org 9D93h
    .db $BB,$6D
      ld a,0
      ld (CURCOL),a
      ld (CURROW),a
      ld hl,text
      B_CALL(_PutS)
      ret
text:
      .db "Hello, World",0

.end
end


Jabo Sep 30th, 2007 12:41 AM

That's Assembly? Egads it's as cryptic as I've been told.

To be fair, I guess it's only cryptic if you're unfamiliar with it.

bratsercom Sep 30th, 2007 1:23 AM

Thx about that but i all ready done in that. do you have some programs in geting some files . hard disk??

Wizard1988 Sep 30th, 2007 3:11 AM

The TI 83 plus doesn't have a hard disk :)

dr.p Sep 30th, 2007 3:51 AM

bratsercom, didn't you get a text book in your class?

Either way, use google... search for "asm examples" or "assembly examples".

Narue Oct 1st, 2007 11:58 AM

>Egads it's as cryptic as I've been told.
Every programming language is cryptic if you don't already know it. :rolleyes:

Grich Oct 6th, 2007 7:46 AM

Quote:

Originally Posted by Jabo (Post 134462)
That's Assembly? Egads it's as cryptic as I've been told.

Yeah, Ive been learning it for a week (intensly). It is actually alot easier than I thought. Still a challenge though.:)


All times are GMT -5. The time now is 9:19 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC