Category : Assembly Language Source Code
Archive   : ASPIC.ZIP
Filename : CSET.ASM

 
Output of file : CSET.ASM contained in archive : ASPIC.ZIP
************************
* cset evaluation test *
************************
PK32 CSET (1),"ABCDEFGHIJKLMN0" ;note: 'O' will warn, but be set
CSET "PRSTUVWXYZl-r? " ; to 0 which is OK!
CSET (33),"0123456789:x,-./"
CSET "}{])([*'<>Q_+!u"
PK32 = PK32

TEX1 CSET "0123456789:x,-./"
CSET "@ABCDEFGHIJKLMN~" ;note: 'O' will warn, but be set
CSET "PQRSTUVWXYZ;<=>?" ; to 0 which is OK!
CSET "}{])([*'rl _+!ud"

org $200
lab1: xtable 64,PK32,TEX1 ;generates lookup table transating
;PK32 coding table to character set
;TEX1

lab2:
org $000
lab3:
.TEXT "TEST" ;translated text output
.TEXTL "TEST" ;these generate lookup tables
.TEXTZ "TEST"
.TEXTX "TEST"
lab4:
lab4a = *'
org
lab5:
.PK32 "TEST"...
.PK32 "TEST"...
.PK32X "TEST"
.PK32X "TEST"...
.PK32X "XX"

.PK32 "TEST"...
.PK32 "TEST1" ;this will warn that bits are not used up.

.PK32 "ABC"
.PK32X "ABC"



  3 Responses to “Category : Assembly Language Source Code
Archive   : ASPIC.ZIP
Filename : CSET.ASM

  1. Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!

  2. This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.

  3. But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/