Skip to main content

Tamarind Rice | How to make Tamarind Rice | Recipe for Tamarind Rice

Tamarind Rice



👨‍🏫Prep Time: 10 Min 
🥣Cook Time:  20 Min
🍱Total Time: 30 Min
🍽Course: Main Course
🥗Cuisine: South Indian

(1 Cup Rice = 50 gm)
(1 Cup Water = 100 ml)



Ingredients

            For Cooking Rice

  1. Rice - 2 Cups
  2. Water - 4 Cups             

              Other Ingredients for Tamarind Rice
  1. Split Bengal Gram - 1 table Spoon
  2. Green Gram - 1 table spoon
  3. Cumin - 1/2 teaspoon
  4. Peanuts - 12 Pcs
  5. Red Chilies - 2 Pcs.
  6. Tamarind - 1 Pcs.
  7. Asafoetida - One pinch
  8. Green Chilies - 4 Pcs
  9. Curry Leaves 
  10. Cashew Nut - 4 Pcs.
  11. Ginger - 1/2 inch 
  12. Mustard Seed - 1/2 teaspoon
  13. Salt
  14. Turmeric Powder


Preparation

    Chopping and Washing 

    Wash green chilies, Peanuts, Red Chilies, Curry Leaves, Ginger Split Bengal Gram and Green gram neatly. Then, chop the green chilies, Ginger, Red Chilies, Curry Leaves.

    Make Rice 

  • Rinse the rice neatly for multiple times.
  • Put it into cooker and add 4 cups of water, salt .
  • Pressure cook it till 3 to 4 whistles. It takes around 11 to 14 minutes.
  • Turn off the flame and take the pressure out of the cooker.

    Make Tamarind Rice

  • Extract juice of Tamarind and keep it.
  • Take a pan and add sunflower oil of one table spoon.
  • Add cumin, mustard seeds, salt, turmeric powder in it. Cook it for 1 minutes.
  • Then, add cashew nuts, pea nuts, Split Bengal gram, green gram, Asafoetida and curry leaves in it. Cook it well for 4 to 5 minutes.
  • Now, Add the tempering into cooker and place the cooker on low flame.
  • Add salt and tamarind extracts in it.
  • Mix it very well.

The Tamarind Rice is ready to be served.

Comments

Popular posts from this blog

Logical Group Instruction Set of 8085 Microprocessor | ANA, ANI, ORA, ORI, XRA, XRI, CMA, CMC, STC, CMP, RLC, RAL, RRC, RAR instruction examples

Logical Group These Logical group instructions are used in the 8085 Microprocessor program. In this article, you would get the instructions with example. In some sections, referring images are also provided to make your understanding crystal clear. ANA r Here the data of r AND (Logical AND) with the data of Accumulator and the result will store in Accumulator.                                  Example -   ANA B                                                      (B) ⋀ (A) ⟶ (A)                                                Data in Accumulator is 23 and data in register B is 56.                                                 After executing the program,                                                 Data in Accumulator will be 02 ( Can't Understand Refer This Image  ) ANA M Here the data in the memory location pointed by HL pair AND (Logical AND) with data in Accumulator and the result will store in Accumulator.                                  Example -   ANA M                 

Pin Diagram of 8085A Microprocessor and working functions of each pin (Study Notes)

Pin Diagram of 8085A Microprocessor  Diagram: Pin Diagram of 8085 Microprocessor Functional of Each Pin (Briefly): 👉A 8 – A 15 (Output): These are address bus and used for the eight most significant bits of the memory address or eight bits i/o address. 👉 AD 0 – AD 7   (Both Input and Output): Thses are time multiplexed address/data bus that is served dual purpose. They are used for the LSB (Least Significant Bits) 8 bits of memory address and data during other time. 👉ALE (Output): It is abbreviated as Address Latch Enable. It goes high when 8 lower bits of address is latched. 👉IO/M* (Output): It is a status signal which distinguishes whether the address is for i/o or memory. When it goes high, the address bus is for an i/o device. And when it goes low, the address is for memory location because M is an active low signal. 👉S 0 , S 1 (Ouput): These are status signal send by microprocessor to distinguish various types of operation. S 0 S 1 Operation

Instruction Set and their types, Functions with examples and Addressing Models of 8085 Microprocessor

Instruction Set of 8085 Microprocessor An instruction is a command given to the computer to perform a specified operation on the given data. In 8085 microprocessor, the instructions are classified into five (5) groups. They are, Data Transfer Group  Arithmetic Group Logical Group Branch Control Group I/O and Machine Control Group Addressing Models: Each instruction requires certain data on which it has to operate. In Intel 8085 Microprocessor, there are 4 types of addressing mode. More on Addressing Models>>> Data Transfer Group MOV r1, r2 This means the data of register - 2 will move to register - 1                                         Example - MOV A, B MOV r, M This means the data stored in ((H - L)) will move to the specified register.                                         Example - MOV B, M MOV M, r This means the data in the specified register will move to ((H-L)).                                         Example - MOV M, B MVI r, data This means the given data will