Hey there everyone, LBPHacker here again.
This is going to be a quick one, the save itself is pretty self explanatory.
So this is a text screen for my computer with
The communicaton protocol:
This thing above is the same with a keyboard, which
can you give the source code in the save program for studying?
Does the assembler use decimal or hex? I've never used assembly language before.
I agree with GunPowder can we get the examle source for refrence? For those who want some refrence now heres a script by SopaXorzTaker (I did NOT make this)
https://gist.github.com/SopaXorzTaker/26fcc318bdc3781727ba748ccb3194ff
EDIT:
Well I just noticed something in that script if you use the printInt function add the line
decimals: dw "0123456789"
to the bottom of your script
Nvm The Author Fixed It
snip Trying to post code snip
Hold on, I'm not sure how much good uncomment assembler code will do. Now they are commented.
Thanks for the code that helps imensily :D
Just one question how do you encode the cursor postion? (Or any of the numbers above) Im new to hex, I found a converter online but im not sure how to imput the numbers correctly it always messes up some how...
Holy (Censored) I Fgured It Out! Heres A Tutorial For Newbies (LbpHacker If You See This Add It To Your Post Nobody People Like Me Don't Understand It)
So Heres What To Do
I Hope This Helps It Confused Me Pretty Much All Day While I was Trying To Write A Calculator Program (You Can Expect To See It Out Some Time This Week :D)