Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - NikProgrammer

Pages: [1]
1
ASM / Need help with ExecAns//NikProgrammer
« on: June 16, 2014, 06:25:42 pm »
So...
ExecAns is a Hex Program, it takes a string in Ans as Input, deletes prgmU, creates it again, copies Ans to prgmU and runs it... I use it to crate/edit a custom named list. Ans equals "matr>list(|F|,Lxxxxx)". I use 'matr>list()' because I can't use the -> sign in strings without some help of the user... But, well, this is not important in the problem (I think). The problem is when I call ExecAns as subprogram from prgmNFTEXT it creates a fine prgmU with a fine 'matr>list(|F|,Lxxxxx)' but intstead of running it and returning to the prgmNFTEXT it returns to the OS.



Codes:


PrgmNFTEXT

:;Much code, not important. The name of the list is alteady in Str0
:"matr>list(|F|,L"+Str0 ;Input for ExecAns
:Asm(prgmExecAns
:Pause ;I will work on here when the problem is solved. The pause is only to check if the program reached it but is doesn't.


Prgm ExecAns

AsmPrgm
EFD74A
FE04C0
215500
22EC86227984
21F086
EB4E234623
ED43EE86
EDB0
3E05327884
EFF142
3803EFC64F
3E0521EC86
EF3C4C
C9

2
ASM / Learn Hex/NikProgrammer
« on: May 04, 2014, 02:26:26 pm »
Hello. I'm new here and would like learn Hex for z80 Calculators... ASM in 28 days makes me just like that smily :banghead:. Can anybody please help?

3
Introduce Yourself! / Hello!/NikProgrammer
« on: April 24, 2014, 05:10:50 am »
Hello. :) I'm new in programming, I learned to code in TI-Basic from YouTube to impress my freinds with funny games, etc., but after one month there was nothing new to learn from YouTube O.O. I found some Axe videos and deceided to learn the Axe language. My calculator is an TI-83+.

Pages: [1]