
POKE - MSX Wiki
2021年8月23日 · Based on work by Gdx and Kanima and others. Writes a value to a byte of the memory (RAM). POKE <Address>,<Value> <Address> must be in the range -32768 to 65535. …
Universal poke - MSX Wiki
2024年12月20日 · The so-called universal poke attempts to set the subslots in order to point to RAM. The poke is POKE-1,(15-PEEK(-1)\16)*17. Note that this POKE still will hang on those …
The Ultimate MSX FAQ - Miscellaneous FAQ section
How can I let most of the MSX1 software work on MSX2 machines/what is the universal slot-select-correct POKE? The universal poke to do this is: POKE -1,1.0625*(NOT(PEEK( …
CHAPTER 2 - BASIC - MSX2-Technical-Handbook
As described so far, MSX BASIC version 2.0 has powerful features, but, if you wish to save execution time even more or to make full use of MSX2 hardware, you should use assembly …
1.1 MSX BASIC ver2.0の命令 - テクハンwiki
ステートメント (X,Y)を中心とし、<半径>で指定する大きさの円を描く。 ステートメント 変数の初期化およびメモリ領域の大きさの設定をする。 コマンド カセットからプログラムをロー …
help (poke) statement | MSX Resource Center
2010年12月7日 · It is not always enough just to remove the poke... The value that needs to be poked to last memory address depends of your hardware configuration. The possible values …
http://www.msxpro.com - The MSX Hardware Page
A instrução POKE escreve dados numéricos em um certo endereço da memória. Tanto a memória como o dado podem ser escritos em decimal ou hexadecimal. Caso você use …
basic explanation | MSX Resource Center (Page 1/3)
poke -1,170 is the same as poke &HFFFF, &HAA and is almost the same as poke 65535!,168. This is to set the secondary slot registers. See also the FAQ, misc section about the 'universal …
www.msxblue.com
this 'universal' poke must replace the eventual already present poke -1,0 or poke -1, 85 or poke -1,170 or poke -1,255. We have created such corrected files by using this poke without any …
POKE -1,170 (MSX1) | MSX Resource Center
2009年5月30日 · POKE -1,170 sets all pages of the primary slot RAM is in to subslot 2. This is ok on MSXes that have RAM in slot 3-2, but if RAM is in eg. slot 3-3, this poke will reset the MSX. …
- 某些结果已被删除