A86: interesting effects


[Prev][Next][Index][Thread]

A86: interesting effects



heres a short program i made when tryin to make a real program from asm

#include "asm86.h"
#include "ti86asm.inc"

.org _asm_exec_ram
 call _RCLX
 ld hl,$ff00
 call _CREATEPROG
.end

when you run the program it puts x in the programs menu and x shows up
in the program deletion area although the file type is correct (it shows
EQU for an equation, STR for string,etc.) i thought this was very
interesting mostly because you can keep on using x as other variable
types and it wont lose its 'program' status. this might actually be
useful for something