-
Posts
132 -
Joined
-
Last visited
-
Days Won
6
Community Answers
-
Rxhacker's post in How to allocate more then 4kb? was marked as the answer
I reason is i have to write some code which is longer then 4kb , using your concept i can write the code. But what happened is i had to write a jump code at the end of 4kb to another allocated space, so i was wondering if there was any way to allocate an continues block of memory more then 4kb. But turns but there isn't such option. I think i will move forward with jump code. Thank you