Search found 30 matches
- Mon May 07, 2018 12:28 pm
- Forum: Software & Programming
- Topic: How to start programming with assembly?
- Replies: 69
- Views: 41473
Re: How to start programming with assembly?
Ok, I understand.
- Mon May 07, 2018 10:14 am
- Forum: Software & Programming
- Topic: How to start programming with assembly?
- Replies: 69
- Views: 41473
Re: How to start programming with assembly?
ok, I understand.
header for binary:
Convert:
seems it works.
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
Code: Select all
10 a=ALCHP(339)
20 LBYTES win3_kl_bin,a
30 SEXEC win3_kl_bin,a,339,4096
40 RECHP a
- Mon May 07, 2018 7:45 am
- Forum: Software & Programming
- Topic: How to start programming with assembly?
- Replies: 69
- Views: 41473
Re: How to start programming with assembly?
How to build job?
I include header to source, QMAC produce binary, cannot exec file.
I include header to source, QMAC produce binary, cannot exec file.
- Sat May 05, 2018 5:39 pm
- Forum: Software & Programming
- Topic: How to start programming with assembly?
- Replies: 69
- Views: 41473
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 lea flipper,a0 ;Link ...
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 lea flipper,a0 ;Link ...
- Sat May 05, 2018 5:43 am
- Forum: Software & Programming
- Topic: How to start programming with assembly?
- Replies: 69
- Views: 41473
Re: How to start programming with assembly?
found one. Here it is.
- Fri May 04, 2018 4:57 am
- Forum: Software & Programming
- Topic: How to start programming with assembly?
- Replies: 69
- Views: 41473
Re: How to start programming with assembly?
thank you, I found one.
how to synchronize animation?
do not understand code at dithVide-master.zip
how to synchronize animation?
do not understand code at dithVide-master.zip
- Wed May 02, 2018 2:29 pm
- Forum: Software & Programming
- Topic: How to start programming with assembly?
- Replies: 69
- Views: 41473
Re: How to start programming with assembly?
Acording these book there are two screens 0 at $20000, 1 at $28000. How to swithc screens?
- Tue May 01, 2018 4:15 pm
- Forum: Software & Programming
- Topic: How to start programming with assembly?
- Replies: 69
- Views: 41473
Re: How to start programming with assembly?
well, in case of qmac i see message:


- Tue May 01, 2018 3:45 pm
- Forum: Software & Programming
- Topic: How to start programming with assembly?
- Replies: 69
- Views: 41473
Re: How to start programming with assembly?
QL2K include TK2.ROM will try
Will read Qmac manual, I think aligning directive must exist.
Will read Qmac manual, I think aligning directive must exist.
- Tue May 01, 2018 2:43 pm
- Forum: Software & Programming
- Topic: How to start programming with assembly?
- Replies: 69
- Views: 41473
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?
to type TK2_EXT?
and I didn't understand: word-aligned - by size or by address?