問題タブ [zx81]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
division - ZX81 BASIC での素早い可分性チェック
Project Euler の問題の多くは割り切れる可能性を何度もチェックする必要があるため、ZX81 BASIC でこのタスクを実行する最速の方法を見つけようとしています。
これまで、が割り切れるかどうかを比較(N/D)
しINT(N/D)
てチェックしてきました。私はZ80 マシン コードで
テストを行うことを考えていましたが、マシン コードで BASIC の変数を使用する方法をまだ理解していません。N
D
どうすれば達成できますか?
memory - ヘルプ: ZX81 BASIC「ピーク」機能
文字 ('<') が壁にぶつかったかどうかを確認する方法が必要です (黒いピクセルのグラフィック)
-ZX81 ゲームで。
私はコードを使用する別のゲームを見ています...
彼らのために働くように見える...
これは正しいコードですか?
私はアドレスやメモリなどの取得についてあまり詳しくありません。
私を助けてください...
- もっと良い方法を知っていれば。お答えください :)
ありがとう、
peek - Help: ZX81 'BASIC' Peek function
I need a way to find if the character ('<') has hit a wall (Black pixel Graphic)
-On a ZX81 game.
I'm been looking at another game... which uses code
if peek(peek 16398 +256*peek 16399) = code "blackpixel graphic" then ...
Which seems to work for them...
Is this correct code?
I'm not really knowledgable with addresses and getting memory and stuff.
Please help me...
-If you know a better way. Please answer :) -Someone mentioned 'cursor position' what the hell is that on a ZX81? Thanks,
peek - ヘルプ: ZX81 'BASIC' Peek 機能…
印刷された文字のコードを見つけたい...
これはコードです:
Tのコード値を出力するだけです
後で使用できます:
か何か。
しかし、10-30 ビットは機能しません。常に '0' を返します - 異なる文字でも: G,T 'black graphic' と M,
私は何を間違っていますか?
-衝突検出に使用されます。