Hot ZII question...
Hot ZII question...
Everybody,
Is it possible to enter a hexadecimal listing from a magazine into a Hot ZII's area? If so, then how can it be done?
Thank you very much in advance.
Cheers,
DesSony
Is it possible to enter a hexadecimal listing from a magazine into a Hot ZII's area? If so, then how can it be done?
Thank you very much in advance.
Cheers,
DesSony
Re: Hot ZII question...
Yes, probably with a binary code loaded in a blank rem…
I haven't the HOT Zii installed on my computer, but il will have a look.
(We can try to rebuled a REM in TASM using "db $00,$00,$01,$02...")
I haven't the HOT Zii installed on my computer, but il will have a look.
(We can try to rebuled a REM in TASM using "db $00,$00,$01,$02...")
Xavier ...on the Facebook groupe : "Zx81 France"(fr)
Re: Hot ZII question...
In Vb81:
Load this listing, and run HOT ZII...
Or type SAVE "MYREM" to save a 'P' file in the same directory.
In EO, load the BIGREM.P file, and fill the REM with binary @4283 to 4AA3.
(convert HEX values with an text to asm like TASM... using db values, and compile it as is to get a binary file)
Code: Select all
0 REM [HEX: 1C, \
(your code),\
1C ]
Or type SAVE "MYREM" to save a 'P' file in the same directory.
In EO, load the BIGREM.P file, and fill the REM with binary @4283 to 4AA3.
(convert HEX values with an text to asm like TASM... using db values, and compile it as is to get a binary file)
Xavier ...on the Facebook groupe : "Zx81 France"(fr)
Re: Hot ZII question...
XavSnap and everybody,
Will it also work on a real ZX81/TS1000/TS1500? I just put a few large SRAM upgrades (16K) on my computers. Also, I own a Radio Shack's TRS80 Computer Cassette Recorder.
DesSony
Will it also work on a real ZX81/TS1000/TS1500? I just put a few large SRAM upgrades (16K) on my computers. Also, I own a Radio Shack's TRS80 Computer Cassette Recorder.
DesSony
Re: Hot ZII question...
Yes, just save it in a wav format, on EO or Vb81 (Save"MYREM.WAV").
Xavier ...on the Facebook groupe : "Zx81 France"(fr)
Re: Hot ZII question...
Please tell me what is EO? EO wasn't wrapped around my brain in the correct way! Sorry!
DesSony
DesSony
Re: Hot ZII question...
Hot Z II exists in several versions.
The ones I have is:
The ones I have is:
- Hi Z - Requires 32k and the M1NOT modification to run ML in himem
- Hot Z II for 64k - Requires 64k and the M1NOT modification to run ML in himem
- Hot Z II for 16k - Runs on regular 16k RAM
Re: Hot ZII question...
EO is EightyOne emulator.
Re: Hot ZII question...
Everybody,
May I have all of your attention? [fingers cracked, stretched out and drumroll]
THESE COMPUTERS, I.E. ZX81, T/S1000, T/S1500 OR WHATEVER ARE ZX81 COMPATIBLE, DO NOT HAVE ITS OWN BACKSLASHES ON THEIR OWN KEYBOARDS!
How do we deal with this situation while typing these data of these hexadecimal listings off the magazines?
Thanks,
DesSony
May I have all of your attention? [fingers cracked, stretched out and drumroll]
THESE COMPUTERS, I.E. ZX81, T/S1000, T/S1500 OR WHATEVER ARE ZX81 COMPATIBLE, DO NOT HAVE ITS OWN BACKSLASHES ON THEIR OWN KEYBOARDS!
How do we deal with this situation while typing these data of these hexadecimal listings off the magazines?
Thanks,
DesSony