Search found 4 matches

by g0blinish
Mon Sep 28, 2020 3:03 pm
Forum: Camputers Lynx Assembly Programming
Topic: Video: Lesson P33 - Bitmap Graphics on the Camputers Lynx
Replies: 3
Views: 24584

Re: Video: Lesson P33 - Bitmap Graphics on the Camputers Lynx

I do not quite understand how bank switches works.

crashes on ;RED

of course simple way is to call PLOT routine from ROM, but I'm interested in VRam write
clynx.zip
(2.31 KiB) Downloaded 1669 times
by g0blinish
Fri Sep 25, 2020 4:47 am
Forum: PDP-11 Assembly Programming
Topic: PDP-11
Replies: 24
Views: 76156

Re: PDP-11

by g0blinish
Fri Sep 25, 2020 4:42 am
Forum: Camputers Lynx Assembly Programming
Topic: Video: Lesson P33 - Bitmap Graphics on the Camputers Lynx
Replies: 3
Views: 24584

Re: Video: Lesson P33 - Bitmap Graphics on the Camputers Lynx

Thank you for the great tutorial!

How do you think- which way is better for draw 8color pixels? use macros ScreenDrawRedBlue and ScreenDrawGreen ?
by g0blinish
Fri Sep 25, 2020 4:39 am
Forum: Camputers Lynx Assembly Programming
Topic: Lesson H6- Hello World on the Camputers Lynx
Replies: 1
Views: 18060

Re: Lesson H6- Hello World on the Camputers Lynx

I used sjasm for building .TAP


device zxspectrum128

org $6500-13
tap_b:
;name
db $22,"NONAME",$22
;type
db "M"
;program length
dw end-begin
;load point
dw begin
org $6500
begin
xor a ;By default lynx makes a noise
out (%10000100),a ;so we mute the noise here!

ld hl,Message ;Address ...

Go to advanced search