For this assignment, you will be creating a Menu driver program that serves as a text editor and save the resulting text

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899604
Joined: Mon Aug 02, 2021 8:13 am

For this assignment, you will be creating a Menu driver program that serves as a text editor and save the resulting text

Post by answerhappygod »

For This Assignment You Will Be Creating A Menu Driver Program That Serves As A Text Editor And Save The Resulting Text 1
For This Assignment You Will Be Creating A Menu Driver Program That Serves As A Text Editor And Save The Resulting Text 1 (45.4 KiB) Viewed 39 times
How write this menu in arm 64 assembly ( raspberry pi
4)
For this assignment, you will be creating a Menu driver program that serves as a text editor and save the resulting text to a file. You must be able to enter new strings manually and/or via a file (input.txt). All additions are additive (i.e. i can call 2b 5 x times and 5 copies of the text file would be stored in the data structure (linked list of strings). Use the enclosed file for possible input. Do not load automatically, only via the menu. input.txt MASM4 TEXT EDITOR Data Structure Heap Memory Consumption: 00000000 bytes Number of Nodes: 0 <1> View all strings <2> Add string <a> from Keyboard <b> from File. Static file named input.txt <3> Delete string. Given an index #, delete the entire string and de-allocate memory (including the node). <4> Edit string. Given an index #, replace old string w/ new string. Allocate/De-allocate as needed. <5> String search. Regardless of case, return all strings that match the substring given. <6> Save File (output.txt) <7> Quit
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply