A89: Re: display


[Prev][Next][Index][Thread]

A89: Re: display




Hi!

| ok i got down displaying intergers
| but now say i want to call a label
|
| for example in z80:
| call label1..
|
| label 1:
| (code here)
| ret

Calling a label is Assembly, so don't use that.  Use functions instead.  You
can read about them in any C tutorial.

Bye,
Sebastian Reichelt




References: