Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
10/16/01 05:41
Read: times


 
#15719 - RE: loops
you wrote:

.equ rsput,0042h
.equ rsget,044h
.org 2000h
loop:
lcall rsget ;read a byte
lcall rs[[[get]]]]] ;writes a byte
sjmp loops ;loops forever
.end

get get get get get get get...
as opposed to
get put get put get put get...
typos bite in assembly

duh

List of 5 messages in thread
TopicAuthorDate
loops            01/01/70 00:00      
RE: loops            01/01/70 00:00      
RE: loops            01/01/70 00:00      
RE: loops            01/01/70 00:00      
RE: loops            01/01/70 00:00      

Back to Subject List