Search found 30 matches

by g0blinish
Mon May 07, 2018 12:28 pm
Forum: Software & Programming
Topic: How to start programming with assembly?
Replies: 69
Views: 33652

Re: How to start programming with assembly?

Ok, I understand.
by g0blinish
Mon May 07, 2018 10:14 am
Forum: Software & Programming
Topic: How to start programming with assembly?
Replies: 69
Views: 33652

Re: How to start programming with assembly?

ok, I understand.

header for binary:

Code: Select all

         filetype 0

         section code

         bra.s j_s
         dc.l 0
         dc.w $4AFB
         dc.w 6
         dc.b 'KALEID'
j_s
Convert:

Code: Select all

10 a=ALCHP(339)
20 LBYTES win3_kl_bin,a
30 SEXEC win3_kl_bin,a,339,4096
40 RECHP a
seems it works.
by g0blinish
Mon May 07, 2018 7:45 am
Forum: Software & Programming
Topic: How to start programming with assembly?
Replies: 69
Views: 33652

Re: How to start programming with assembly?

How to build job?
I include header to source, QMAC produce binary, cannot exec file.
by g0blinish
Sat May 05, 2018 5:39 pm
Forum: Software & Programming
Topic: How to start programming with assembly?
Replies: 69
Views: 33652

Re: How to start programming with assembly?

is ql2k good for emulation? program runs so fast. one thing confuses me: sv_base equ $28000 system vars base nm_lins equ $0fa mixed mode settings ln_wait equ $0006 " " " bg_wait equ $02d7 " " " sv_plist equ sv_base+$3c interrupt polled linked list 50/60Hz ... lnk_flip l...
by g0blinish
Sat May 05, 2018 5:43 am
Forum: Software & Programming
Topic: How to start programming with assembly?
Replies: 69
Views: 33652

Re: How to start programming with assembly?

found one. Here it is.
by g0blinish
Fri May 04, 2018 4:57 am
Forum: Software & Programming
Topic: How to start programming with assembly?
Replies: 69
Views: 33652

Re: How to start programming with assembly?

thank you, I found one.

how to synchronize animation?

do not understand code at dithVide-master.zip
by g0blinish
Wed May 02, 2018 2:29 pm
Forum: Software & Programming
Topic: How to start programming with assembly?
Replies: 69
Views: 33652

Re: How to start programming with assembly?

Acording these book there are two screens 0 at $20000, 1 at $28000. How to swithc screens?
by g0blinish
Tue May 01, 2018 4:15 pm
Forum: Software & Programming
Topic: How to start programming with assembly?
Replies: 69
Views: 33652

Re: How to start programming with assembly?

well, in case of qmac i see message:
Image
by g0blinish
Tue May 01, 2018 3:45 pm
Forum: Software & Programming
Topic: How to start programming with assembly?
Replies: 69
Views: 33652

Re: How to start programming with assembly?

QL2K include TK2.ROM will try

Will read Qmac manual, I think aligning directive must exist.
by g0blinish
Tue May 01, 2018 2:43 pm
Forum: Software & Programming
Topic: How to start programming with assembly?
Replies: 69
Views: 33652

Re: How to start programming with assembly?

how to use TK2?

to type TK2_EXT?

and I didn't understand: word-aligned - by size or by address?