Search results
Happy new year!
Score: 118.5 %,
Type: Forum topic , Comments: 13 comments
Happy new year from GMT+2 (Finland) !!!
~NYYRIKKI
Best wishes for 2012 , lads! Best wishes for 2012 , lads! keep that MSX spirit burning!!!
Happy new year ( runs around Happy new year ( runs around n*ked in a field ..... )
Veul Hail en Zegen ient nije Veul Hail en ...
BASIC developers/experts: I need your help!
Score: 117.73 %,
Type: Forum topic , Comments: 31 comments
10 _TURBO ON
20 R=R+.05:WAIT LINE=SIN(R)*50+120
30 COLOR,8:WAIT SCREEN:COLOR,0
40 IF ... ON
20 DEFINT A-Z
30 DIM Y(5),AY(5)
40 COLOR 15,0,0:SCREEN 8
50 VDP(9)=10:R=RND(-TIME)
60 FOR I=0TO255:LINE(0,I)-STEP(255,0),I,,XOR:LINE(I,0)-STEP(0,255),I,,XOR:NEXTI
70 M=RND(1)*4+1:M2=200\(M+1):KL=RND(1)*50+40
80 FOR S=0 TO M:AY(S)=RND(1)*10-5:NEXTS
90 FOR S=0 TO ...
Assember: 16bit bubble sort
Score: 117.54 %,
Type: Forum topic , Comments: 41 comments
https://sites.google.com/site/testmsx/msx2-doom/mz3d_dos_2011_10_23.rar?attredirects=0&d=1
here the link to the last evolution of the raycaster:
Further speed improvements: ...
POP HL
LD IXL,0
DJNZ .LOOPI
.CHECK:
DEC C
JP NZ,.LOOPI
LD A,IXL
AND A
JP Z,.LOOPO
LD SP,0
.STORSP: EQU $-2
RET
; Example data:
DATAS: DW 0,1,2,3,4,5,4,3,2,1,0
DATAE:
Here is also 8bit ...
New tool for Z80 cross developers! (Win)
Score: 116.12 %,
Type: Forum topic , Comments: 3 comments
me present:
-----------------------------------------
FixAsm(.vbs) 1.0 Made By: NYYRIKKI ... where assembler command parameters should be put to. Use
value "0" if you ... extracts label names from .SYM file. (Tested with sjasm 0.42b8)
'
' CSCRIPT //NOLOGO ...
Relatively easy
Score: 116.12 %,
Type: Forum topic , Comments: 4 comments
with sjasm v0.42b8
If you place the "R" (relative) in front of wrong command, the program will still work, but it will cause more useless delay. (In sjasm v0.42b8 you can detect this kind of failure ... program:",10,13,0
TXT2: DB "This is used in email addresses, it is not ",0
TXT3: DB ...
How stuff works: MSX tR CPU modes
Score: 116.03 %,
Type: Forum topic , Comments: 8 comments
as they both start execution from address 0 when they are powered on for first time.
When MSX tR boots, ... in register 6.
Here is the meaning of the bits or register 6:
bit 5: Processor mode (0=R800, 1=Z80)
bit 6: ROM mode (0=DRAM, 1=ROM)
When you access Processor mode bit directly the most important ...
