scene.org File Archive

File download

<root>­/­demos­/­artists­/­g0blinish/blocky80.zip

File size:
202 565 bytes (197.82K)
File date:
2022-03-06 23:41:04
Download count:
all-time: 18

Preview

  • blocky80/ dir
  • blocky80/bl80.cmd 153B
  • blocky80/Blocky80.jpg 15.02K
  • blocky80/NEWDOS_80sssd_jv1.DSK 200.00K
  • blocky80/readme.txt 1.05K
  • blocky80/runemu.bat 20B
  • blocky80/src/ dir
  • blocky80/src/edtasm-tt.asm 1.09K
  • blocky80/src/sjasm-tt.asm 3.57K
  • blocky80/trs80gp.exe 264.00K

file_id.diz

Retroprogramming sux

video:www.youtube.com/watch?v=X9E5CXbjlzk

This is my first try to learn how to code on TRS-80 Model I.
I tired of stupid EDtasm interface, so CMD has been created at SJasm+

Manuals very differ from System/80 version, if you want to try, do one:
-download disk image:http://www.classic-computers.org.nz/system-80/disks-NEWDOS-2.0.htm
- mount to emulator(Real80 or trs80gp:http://members.shaw.ca/gp2000/trs80gp.html), you don't need to lurk .ROMs.huh?
- type "DIR 0" to view listing or "EDTASM" for launch.
for EDTASM next commands available:
*I100,10 (* - is a command prompt) - start to numerate program from 100 number with step 1, hit Esc(Break for TRS-80) to stop
D100:101 - delete lines from 100 to 101
W D=LIST/MAC:0 - writes listing on drive 0 with LIST.MAC
L D=LIST/MAC:0 - opens file LIST.MAC from drive 0

to assemble listing type A/WE
object file specification is PROG/CMD:0

TRS32 allow to copy/paste text, if you do not want to type code


what's it.
about sjasm+ source - I still not sure about program format.